Description Usage Arguments Value Examples
View source: R/current_weather_more.R
This function read the the weather information of Multiple airport from the website of NOAA's National Weather Service.
1 | current_weather_more(id_vector, type)
|
id_vector |
a vector of multiple airport codes |
type |
a vector of weather elements |
a data frame of the weather information
1 | current_weather_more(c("KAMW", "KAIO", "KCID", "KCNC"), c("temp_f"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.