search_city_list: Look up coordinates and city id in owm's city list.

Description Usage Arguments Value See Also Examples

View source: R/city_list.R

Description

Search owm_cities dataset by city name and country code.

Usage

1
search_city_list(city, country_code = "")

Arguments

city

city name (regex)

country_code

two letter country code (AU, DE, ...), use country_code = "" as wildcard

Value

data frame with matches

See Also

owm_cities dataset

Examples

1
2
3
search_city_list("London", "GB")
search_city_list("London")
search_city_list("Lond")

crazycapivara/owmr documentation built on April 27, 2020, 5:25 p.m.