R/data.R

#' Ohio COVID-19 Data Set
#'
#' Contains rolling 7-day averages of positive COVID-19 cases and leads of COVID-19 deaths for Ohio from March 22nd, 2020 to December 1st, 2020.
#'
#' @details Data collected from the New York Times COVID-19 data [repository](https://github.com/nytimes/covid-19-data)
#'
#' @examples
#' head(ohio_covid)[,1:6]
"ohio_covid"

#' Indiana COVID-19 Positivity Rates Data Set
#'
#' Contains weekly COVID-19 positivity rates for metropolitan statistical areas in Indiana from April 4th, 2020 to January 30th, 2021.
#'
#' @details Data collected from state health departments and curated in my [Indiana COVIDcast Dashboard](https://github.com/ercbk/Indiana-COVIDcast-Dashboard/tree/master/data) repository.
#'
#' @examples
#' head(indiana_pos_rate)
"indiana_pos_rate"

#' US Regional COVID-19 Positive Cases Data Set
#'
#' Contains rolling 7-day average COVID-19 cases for US regional areas from April 1st, 2020 to February 13th, 2021.
#'
#' @details Data collected by the [Delphi Research Group](https://github.com/cmu-delphi/covidcast).
#'
#' @examples
#' head(us_regional_cases)
"us_regional_cases"

#' US Regional COVID-19 Deaths Data Set
#'
#' Contains rolling 7-day average COVID-19 deaths for US regional areas from April 1st, 2020 to February 13th, 2021.
#'
#' @details Data collected by the [Delphi Research Group](https://github.com/cmu-delphi/covidcast).
#'
#' @examples
#' head(us_regional_deaths)
"us_regional_deaths"
ercbk/ebtools documentation built on Feb. 22, 2025, 1:51 p.m.