This package contains the datasets used in examples and labs for the Data Science for Environmental Health (DaSEH) Short Course, supported by NIEHS and run by Ava Hoffman and Carrie Wright from the Data Science Lab at Fred Hutchinson Cancer Center.
Additional work on the short course has been contributed by Elizabeth Humphries and Candace Savonen.
You can install the development version of dasehr
from
GitHub with:
# Use devtools or remotes to install from GitHub
# install.packages("devtools")
devtools::install_github("fhdsl/dasehr")
# See the datasets available
library(dasehr)
?dasehr
This is a basic example loading the calenviroscreen data:
library(dasehr)
calenviroscreen
We have created a notes document to make development of the package easier.