Description Usage Arguments Details Value Examples
View source: R/get_jhu_daily.R
Read in daily case data from JHU COVID-19 web-data respository
1 | get_jhu_webdata_daily(write = FALSE, filepath = NULL)
|
write |
If TRUE, writes output as csv to filepath. Defaults to FALSE |
filepath |
Provide filename and path to write to. |
Downloads daily data from JHU Corona virus repo (web-data branch). Data source: https://github.com/CSSEGISandData/COVID-19. If write = TRUE and fielpath = NULL, a covid19_webdata_daily.csv will be written to the current directory.
Long format database of time cases, recoveries, deaths
1 2 | cases <- get_jhu_webdata_daily()
cases <- get_jhu_webdata_daily(write = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.