Skip to content

An R package containing impact factors and example datasets from the Waste Impact Calculator framework. To install in R, see README. For more on WIC, see https://or-dept-environmental-quality.github.io/wic/ .

License

Notifications You must be signed in to change notification settings

OR-Dept-Environmental-Quality/wic-data

Repository files navigation

wic-data

An R data package containing impact factors and example datasets from the Waste Impact Calculator project.

To install in R and inspect its contents, use code like the code below. Note that R drops the hyphen, so inside R the package is called "wicdata".

# install from github to your local R installation
devtools::install_github(
  repo="https://github.com/OR-Dept-Environmental-Quality/wic-data",
  force=TRUE  # overwrites any previous version
  )
# load into your workspace
library(wicdata)
# bring up the (minimal) help index
help(package=wicdata)
# preview some data frames in the project
head(wicImpactFactors)
head(anyTown)

About

An R package containing impact factors and example datasets from the Waste Impact Calculator framework. To install in R, see README. For more on WIC, see https://or-dept-environmental-quality.github.io/wic/ .

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages