Get current weather data for given city.
get_current(city = NA, ...)
city | city name or id |
---|---|
... | see owm api documentation, you can also skip parameter
|
list
# NOT RUN { get_current("London", units = "metric") get_current(2643741, lang = "DE") get_current(lon = -0.09184, lat = 51.51279) get_current(zip = "94040,US") # }