View source: R/prep_covid_data.R
Download and prep US data from JHU CSSE
1 | prep_covid_raw_us(cases_url, deaths_url)
|
1 2 3 | cases_url <- "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv"
deaths_url <- "https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_US.csv"
cov_raw <- prep_covid_raw_us(cases_url,deaths_url)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.