retrieve_climate: Retrieve climate table file from one station

View source: R/retrieve.R

retrieve_climateR 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 "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").

Value

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


ColOpenData documentation built on April 4, 2025, 12:17 a.m.