Make a request to the /climatedata/climatestationfrostdates endpoint to retrieve climate stations frost dates data by station number within a given date range (start and end dates)
Usage
get_climate_frostdates(
station_number = NULL,
start_date = "1900-01-01",
end_date = Sys.Date(),
api_key = NULL
)
Arguments
- station_number
character, climate data station number
- start_date
character date to request data start point YYYY-MM-DD
- end_date
character date to request data end point YYYY-MM-DD
- api_key
character, API authorization token, optional. If more than maximum number of requests per day is desired, an API key can be obtained from CDSS.