View source: R/simulate_load.R
loadCounterfactualData | R Documentation |
A function to load and summarise the deaths averted data
loadCounterfactualData(
counterfactuals,
group_by,
quantileSamples = 2000,
exclude_iso3cs = NULL
)
counterfactuals |
Which counterfactuals to load. A vector of strings. Since these are large files, it is recommended to load only one counterfactual at a time. |
group_by |
A vector of strings of the variables to group the summary by, e.g. Iso3c code, age_group or date. |
quantileSamples |
Only used if dataset it not grouped by country. The number of combinations to randomly draw. Defaults to 2000. If NULL creates a wider interval based on ordering samples. |
exclude_iso3cs |
A vector of iso3cs to exclude from the summaries, default = NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.