View source: R/load_imperial_data.R
load_imperial_data | R Documentation |
Downloads the raw imperial data from the imperial fits repo. Do not use this function to mass download data (only one url at a time please!), unless you have set up a Personal Access Token (PAT).
load_imperial_data(warnings = FALSE, country_code = NULL, scenario = "Medium")
warnings |
Default is false. Whether to give warnings. |
country_code |
Country code of country/countries to load. Else will yield random sample of 5 countries. |
scenario |
Default is medium transmission, with an R(0) number or R(eff) number of 0.94. Other options include "Low", with an R(0) or R(eff) of 0.47, which simulates a 50 percent decrease in transmission, or "High", with an R(0) or R(eff) of 1.41, which simulates a 50 percent increase in transmission. |
All of the imperial SEIR projections.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.