Description Usage Arguments Value Warning Examples
Reads in CDC data from file and puts data into correct format.
1 | read_cdc_data(data_to_read, region = FALSE)
|
data_to_read |
A string, path to data .csv file. |
region |
|
Dataframe with cleaned up CDC data.
Data must contain 'cases' column and have time as the first column.
1 2 | dat <- read_cdc_data("D:/School/TB_Research/data/cdc_cases.csv",
region = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.