Look up historical placenames

historical_placenames(country_iso, tidy = TRUE)

Arguments

country_iso

Historical place iso.

tidy

Tidy the results into a nested tibble DEFAULT: TRUE.

Value

tibble.

Examples

# Search for historical placename
if (FALSE) {
historical_placenames(country_iso ="KEN")
}