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_
)