R/covid.R

#' New York Times COVID 19
#'
#' Cases and deaths due to COVID-19 by US state and date, due to The New York Times. Downloaded on May 28, 2021
#'
#' @format A data frame with 24819 observations of 5 variables.
#' \describe{
#'   \item{date}{YYYY-MM-DD}
#'   \item{state}{State where cases were recoreded}
#'   \item{fips}{FIPS code; useful if making maps}
#'   \item{cases}{Cumulative number of cases}
#'   \item{deaths}{Cumulative number of deaths}
#' }
#'
#' @source \url{https://github.com/nytimes/covid-19-data}
"covid"
speegled/fosdata documentation built on Feb. 8, 2025, 8:17 a.m.