Description Usage Arguments Value Examples
View source: R/importSARSData.R
Imports data from public github repo on SARS cases by date and location, reformats and cleans the data, and merges with population and latitude-longitude data
1 | importSARSData(from_web = FALSE)
|
from_web |
defaults to FALSE: whether to import from the web or from the package |
Output is a dataframe with columns for disease (sars), region (country), value, value_type, pop_2016, lat (latitude), long (longitude)
1 | importSARSData() # defaults to from_web = FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.