Description Usage Arguments Value Examples
Get daily mean of available climate data
1 | eccc_clim_mean(station_number, start_date, end_date, period = "day", query)
|
station_number |
MSC climate station identifier, see
|
start_date |
Minimum date for values. If blank returns period of record. |
end_date |
Maximum date for values. If blank returns period of record. |
period |
Either "day" for daily means (default) or "month" for monthly means |
query |
(Optional) List of queryables. This allows for more complicated
queries. Specifying |
tibble
containing daily mean of all unit values for dates
1 2 3 4 5 | eccc_clim_mean(
station_number = "1126070",
start_date = "2016-01-01",
end_date = "2016-01-02"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.