weatherstack_historical: Historical Weather data

Description Usage Arguments Value Examples

View source: R/history.R

Description

Historical Weather data

Usage

1
weatherstack_historical(key2, location, date, unit)

Arguments

key2

Your API access key, which can be found in your account dashboard.

location

Use this parameter to pass a single location or multiple semicolon-separated location identifiers to the API.

date

pass one historical date or multiple semicolon-separated dates to the API.

unit

Use this parameter to pass one of "Farenheit, Celcius"

Value

JSON dataframe

Examples

1
weatherstack_historical("ba435151893f4b833c9b27ca6f28044f", "Vancouver", "2015-01-02", 'Celcius')

Yuening-Li/weatherstack documentation built on Feb. 16, 2020, 5:42 a.m.