R/data.R

#' FIPS codes for the US and its states and territories
#'
#' @format A data.frame with two-digit or five-digit FIPS codes, location names,
#' and two-letter abbreviations of states and territories of the US
"fips_codes"

#' Available global locations in JHU 
#' 
#' Full list of locations are obtained from CSSEGISandData/COVID-19/csse_covid_19_data
#' Location abbreviations are from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
#'
#' @format A data frame with 190 rows and 2 columns:
#' \describe{
#'   \item{location_name}{Name of the location}
#'   \item{location}{Location abbreviation}
#' }
"global_locations"

#' Imputed death incidence data for negative incidence and adjustment cases
#'
#' @format A data.frame with location (fips code), date, 
#' measure ('deaths') and inc
"jhu_deaths_imputed_data"

#' imputed cases incidence data for negative incidence and adjustment cases
#'
#' @format A data.frame with location (fips code), date,
#' measure ('cases') and inc
"jhu_cases_imputed_data"


#' data frame for JHU US deaths time series data links
#'
#' @format A data.frame with date and file_link
"jhu_us_deaths_data_links"

#' data frame for JHU US cases time series data links
#'
#' @format A data.frame with date and file_link
"jhu_us_cases_data_links"

#' data frame for JHU global deaths time series data links
#'
#' @format A data.frame with date and file_link
"jhu_global_deaths_data_links"

#' data frame for JHU global cases time series data links
#'
#' @format A data.frame with date and file_link
"jhu_global_cases_data_links"

#' data frame for hosp time series data before 2021-03-12
#'
#' @format A data.frame with issue_date and file_link
"healthdata_hosp_early_data"
reichlab/covidData documentation built on April 5, 2024, 5 p.m.