View source: R/searchLocations.R
searchLocations | R Documentation |
Get exact spelling of locations at the same administrative level.
searchLocations(locations_to_search, admin_level)
locations_to_search |
vector or list of location (World Bank region, country, state/province, metropolitan area, county) name(s) at the same administrative level |
admin_level |
an integer representing an administrative level (World Bank regions = -1, countries = 0, states/provinces = 1, metropolitan areas = 1.5, counties = 2) |
a vector or list of location names
searchLocations(c("California", "Florida", "Texas"), admin_level=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.