Description Usage Arguments Value Examples
Get real-time surface weather observations (SWOB)
1 | eccc_swob_rt(station_number, start_date, end_date, query)
|
station_number |
MSC climate station identifier, see
|
start_date |
Minimum date for values. Data goes back to a maximum of 30 days |
end_date |
Maximum date for values. Data goes back to a maximum of 30 days |
query |
(Optional) List of queryables. This allows for more complicated
queries. See |
tibble
with SWOB data. Note that this table contains a large
number of columns (>300).
1 2 3 4 5 | eccc_swob_rt(
station_number = "1192948",
start_date = Sys.Date() - 2,
end_date = Sys.Date()
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.