Get current weather data for a number of cities around a given geo point.

find_cities_by_geo_point(lat, lon, cnt = 3, ...)

Arguments

lat

latitude of geo point

lon

longitude of geo point

cnt

number of cities

...

see owm api documentation

Value

list

See also

Examples

# NOT RUN {
  find_cities_by_geo_point(lat = 51.50853, lon = -0.12574, cnt = 5)
# }