us_covid_cases_df | R Documentation |
This dataset, us_covid_cases_df
, is a data frame containing the number of
laboratory-confirmed COVID-19 cases in the United States, as reported by the
Centers for Disease Control and Prevention (CDC), between January 1, 2020 and
May 11, 2023, the end of the public health emergency declaration.
data(us_covid_cases_df)
A data frame with 1227 observations and 2 variables:
Date of report (class Date
)
Integer vector indicating the number of confirmed cases reported on each date
The dataset name has been kept as us_covid_cases_df
to avoid confusion with other datasets
in the R ecosystem. This naming convention helps distinguish this dataset as part of the
infectiousR package and assists users in identifying its specific characteristics.
The suffix _df
indicates that the dataset is a data frame. The original content has not been modified
in any way.
Data taken from the cpr package version 0.4.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.