weatherstack_timeSeries: Historical time-series results of weather data

Description Usage Arguments Value Examples

View source: R/time_series.R

Description

Historical time-series results of weather data

Usage

1
2
weatherstack_timeSeries(api_key, location, historical_date_start,
  historical_date_end)

Arguments

api_key

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

location

pass a single location

historical_date_start

a start date for the current historical time-series request.

historical_date_end

an end date for the current historical time-series request.

Value

datframe contain time series weather information

Examples

1
weatherstack_timeSeries("ba435151893f4b833c9b27ca6f28044f","New York","2015-01-21","2015-01-25")

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