Skip to content

Commit 3af1461

Browse files
committed
Add covid_wastewater
1 parent 9d2e380 commit 3af1461

File tree

4 files changed

+67
-0
lines changed

4 files changed

+67
-0
lines changed

R/data.R

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file contains code to read in datasets for DaSEH automatically. Raw rda files are located in the "data" directory.
2+
3+
14
#' CalEnviroScreen 4.0 Data
25
#'
36
#' A dataset used in the DaSEH Short Course. The CalEnviroScreen object contains data from CalEnviroScreen 4.0, including the environmental dataset and the demographic dataset.
@@ -78,3 +81,30 @@
7881
#' @examples
7982
#' data(calenviroscreen)
8083
"calenviroscreen"
84+
85+
86+
#' SARS-CoV-2 Wastewater Data
87+
#'
88+
#' A dataset used in the DaSEH Short Course. More here..
89+
#'
90+
#' @format A data frame with x rows and x columns.
91+
#' \describe{
92+
#' \item{reporting_jurisdiction}{}
93+
#' \item{sample_location}{}
94+
#' \item{key_plot_id}{}
95+
#' \item{county_names}{}
96+
#' \item{population_served}{}
97+
#' \item{date_start}{}
98+
#' \item{date_end}{}
99+
#' \item{rna_pct_change_15d}{}
100+
#' \item{pos_PCR_prop_15d}{}
101+
#' \item{percentile}{}
102+
#' \item{sampling_prior}{}
103+
#' \item{first_sample_date}{}
104+
#'}
105+
#'
106+
#' @source Created using data downloaded from x.
107+
#'
108+
#' @examples
109+
#' data(covid_wastewater)
110+
"covid_wastewater"

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ knitr::opts_chunk$set(
1616
# `dasehr` package
1717

1818
<!-- badges: start -->
19+
[![R-CMD-check](https://github.com/fhdsl/dasehr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/fhdsl/dasehr/actions/workflows/R-CMD-check.yaml)
1920
<!-- badges: end -->
2021

2122
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.

data/covid_wastewater.rda

2.1 MB
Binary file not shown.

man/covid_wastewater.Rd

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)