.daily_url {GHCNr}R Documentation

Create Request URL for Daily Summaries

Description

Create Request URL for Daily Summaries

Usage

.daily_url(station_id, start_date, end_date, variables)

Arguments

station_id

Character, station id(s).

start_date

Character, start date.

end_date

Character, end date.

variables

Character, vector of the variables to include.

Details

station_id can be a vector with multiple stations. Dates should be given in YYYY-mm-dd format.

Value

Character string with the API URL.


[Package GHCNr version 0.8.0 Index]