Skip to content

fhdsl/dasehr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dasehr package

R-CMD-check

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.

Installation

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

Example

This is a basic example loading the calenviroscreen data:

library(dasehr)

calenviroscreen

Development

We have created a notes document to make development of the package easier.