Either search for city by name or fetch weather data for a number of cities around geo point.
find_city(city = NA, ...)
| city | city name (and country code) |
|---|---|
| ... | see owm api documentation, pass |
list of weather data for matches
# NOT RUN { find_city("London,UK") find_city(lat = 51.50853, lon = -0.12574, cnt = 5) # }