Description Usage Arguments Value
View source: R/get_prev_weather.R
Gives the temperatures of a given location for a given number of days
1 | get_prev_temp(latitude = lat, longitude = lon, num_days = 7, api_key = apikey)
|
latitude |
The latitude of the location, default stored in environment by find_loc function |
longitude |
The longitude of the location, default stored in environment by find_loc function |
num_days |
The number of days viewed |
api_key |
The key for the api, default stored in environment by register_climacell_key function |
A data frame of temperatures with dates and observation times in UTC(possibly a warning)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.