create_region {epiparameter} | R Documentation |
Specify the geography of the data entry
Description
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.
Usage
create_region(
continent = NA_character_,
country = NA_character_,
region = NA_character_,
city = NA_character_
)
Arguments
continent |
A |
country |
A |
region |
A |
city |
A |
Value
A named list.
Examples
create_region(country = "UK")
[Package epiparameter version 0.4.1 Index]