Learn R Programming

ColOpenData (version 1.0.0)

retrieve_climate: Retrieve climate table file from one station

Description

Retrieve climate table file from one station

Usage

retrieve_climate(dataset_path, start_date, end_date)

Value

data.frame object with downloaded data filtered for requested dates.

Arguments

dataset_path

character path to the climate dataset on server.

start_date

character with the first date to consult in the format "YYYY-MM-DD". (First available date is "1920-01-01").

end_date

character with the last date to consult in the format "YYYY-MM-DD" (Last available date is "2023-05-31").