This function gets weather data from MESONET for a particular weather station (find this using get_station_info), then converts the data into daily averages in Celcius, knots, and 0.1xmm precipitation. This function requires a lot of arguments, and it really exists just to test that you have the values specified correctly before you use the next function, get_mesonet_weather_df, on a dataframe with columns that are named correctly.
1 | get_mesonet_weather(station, year1, month1, day1, year2, month2, day2, tz)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.