powered by
Search owm_cities dataset by city name and country code.
owm_cities
search_city_list(city, country_code = "")
city name (regex)
two letter country code (AU, DE, ...), use country_code = "" as wildcard
country_code = ""
data frame with matches
owm_cities dataset
# NOT RUN { search_city_list("London", "GB") search_city_list("London") search_city_list("Lond") # }
Run the code above in your browser using DataLab