get_current {owmr} | R Documentation |
Get current weather data for given city.
Description
Get current weather data for given city.
Usage
get_current(city = NA, ...)
Arguments
city |
city name or id |
... |
see owm api documentation, you can also skip parameter
|
Value
list
Examples
## 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")
## End(Not run)
[Package owmr version 0.8.2 Index]