Description Usage Arguments Value Examples
Loads a .xlsx file with country data, including demographics, GDP, and economic impact due to Covid-19
1 | loadCountryData(filename, Gavi = F)
|
filename |
File name (with path) of the xlsx file with country data |
Gavi |
Logical, whether to treat Gavi countries as a blcok |
a data.table
with country data
1 2 3 4 5 6 | ## Not run:
countrydata <-
loadCountryData(system.file('extdata','countryData.xlsx',
package = 'vaccineEarlyInvest'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.