| fetch_open_meteo | R Documentation |
Retrieves weather data from the Open-Meteo API.
fetch_open_meteo(lat, lon, start_date, end_date = as.character(Sys.Date()))
lat |
Latitude |
lon |
Longitude |
start_date |
Start date format (YYYY-MM-DD) |
end_date |
End date format (YYYY-MM-DD) |
A dataframe with Date, tmax (F), and tmin (F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.