View source: R/covidDownload.R
covidDownload | R Documentation |
Read daily update of US county-resolution COVID data from NYT dataset on github
covidDownload( fileurl = "https://github.com/nytimes/covid-19-data/raw/master/us-counties.csv", writecsv = FALSE, localpath = getwd(), testing = FALSE )
fileurl |
optional but will not really work if csv is not formatted as the one here |
writecsv |
optional logical |
localpath |
optional |
testing |
whether to print extra info to console |
x <- covidDownload() covidPlotBarNow(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.