retrieve_climate {ColOpenData} | R Documentation |
Retrieve climate table file from one station
Description
Retrieve climate table file from one station
Usage
retrieve_climate(dataset_path, start_date, end_date)
Arguments
dataset_path |
character path to the climate dataset on server. |
start_date |
character with the first date to consult in the format
|
end_date |
character with the last date to consult in the format
|
Value
data.frame
object with downloaded data filtered for requested
dates.
[Package ColOpenData version 1.0.0 Index]