Description Usage Arguments Value
Uses data pulled from the API to generate a plot of the weather for the past number of user inputted days
1 2 3 4 5 6 7 | plot_weather(
latitude = lat,
longitude = lon,
num_days,
CF = "F",
api_key = apikey
)
|
latitude |
latitudinal coordinate of the location, default stored in environment by find_loc function |
longitude |
longitudinal coordinate of the location, default stored in environment by find_loc function |
num_days |
Number of days of past weather to be viewed |
CF |
C for Celsius F for Fahrenheit; default set to "F" |
api_key |
climacell.io API Key, default stored in environment by register_climacell_key function |
plot of temp from the past days
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.