Description Usage Arguments Value Examples
View source: R/importZikaData.R
Imports data from public github repo on Zika cases by date and location, reformats, cleans, and merges with population and latitude-longitude data
1 | importZikaData(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 (zika), province (location specific), region (location general), value, value_type, pop_2016, lat (latitude), long (longitude)
1 | importZikaData() # from_web defaults to FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.