plot_weather: Uses data pulled from the API to generate a plot of the...

Description Usage Arguments Value

View source: R/plot_weather.R

Description

Uses data pulled from the API to generate a plot of the weather for the past number of user inputted days

Usage

1
2
3
4
5
6
7
plot_weather(
  latitude = lat,
  longitude = lon,
  num_days,
  CF = "F",
  api_key = apikey
)

Arguments

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

Value

plot of temp from the past days


kabhatia7/temperaturr documentation built on May 12, 2020, 4:54 p.m.