View source: R/epiparameter-utils.R
create_region | R Documentation |
The geography of the data set can be a single geographical region at either continent, country, region or city level. By specifying the level of the geography the other fields may be deduced.
create_region(
continent = NA_character_,
country = NA_character_,
region = NA_character_,
city = NA_character_
)
continent |
A |
country |
A |
region |
A |
city |
A |
A named list.
create_region(country = "UK")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.