Description Usage Arguments Value
Get Covid-19 situation report from the Johns Hopkins University Center for Systems Science and Engineering. This situation report includes all countries in the world.
1 2 | GetFromJHU(targetURL = "https://github.com/CSSEGISandData/COVID-19/raw/master/csse_covid_19_data/csse_covid_19_daily_reports/",
fileExt = ".csv", date = "today", neat = TRUE)
|
targetURL |
Target URL of the HTTP request. |
fileExt |
Target file extension in GitHub repo. |
date |
Date (version) of the report. |
neat |
Should data be cleaned (dates, state name, column names)? |
filePrefix |
Target file prefix in GitHub repo. |
A 'tibble' with 12 columns: FIPS code, City/County, State/Province, COuntry/Region, Date of Report, Lat, Long, Confirmed cases, Deaths, Healed Cases, Active Cases, Full Geo Key.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.