View source: R/get_current_weather.R
get_current_weather | R Documentation |
Get the current real-time weather and air-quality information
get_current_weather(location, air_quality = "yes")
location |
A vector of location |
air_quality |
A string of "yes" or "no" to show air quality information. Default is show air quality information ("yes"). |
A data frame of current weather information (see vignette for details)
get_current_weather("Kelowna") get_current_weather(c("Kelowna", "Vancouver"), "no")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.