get_prev_temp: Gives the temperatures of a given location for a given number...

Description Usage Arguments Value

View source: R/get_prev_weather.R

Description

Gives the temperatures of a given location for a given number of days

Usage

1
get_prev_temp(latitude = lat, longitude = lon, num_days = 7, api_key = apikey)

Arguments

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

Value

A data frame of temperatures with dates and observation times in UTC(possibly a warning)


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