View source: R/download_station.R
internal function Get data form one sation and multiple sensors from province of Bozen monitoring stations.
1 2 3 4 | download_station(station, station_sensor, datestart, dateend,
sensors = unique(get_provBz_sensors()$Sensor), round = "hour",
notScode = FALSE, inshiny = FALSE, nstations = NULL,
spread = FALSE, sort = TRUE)
|
station |
SCODE of the station |
datestart |
starting date of the timeseries. |
dateend |
ending date of the timeseries. |
round |
the timestamp of the resample. defalutl is "hour" . write "raw" for no resample |
notScode |
if TRUE SCODE column is deleted |
spread |
whether to spread the table or leave it in long format |
sensor |
Sensor code |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.