search_city_list {owmr} | R Documentation |
Look up coordinates and city id in owm's city list.
Description
Search owm_cities
dataset by city name
and country code.
Usage
search_city_list(city, country_code = "")
Arguments
city |
city name (regex) |
country_code |
two letter country code (AU, DE, ...),
use |
Value
data frame with matches
See Also
owm_cities
dataset
Examples
search_city_list("London", "GB")
search_city_list("London")
search_city_list("Lond")
[Package owmr version 0.8.2 Index]