View source: R/download_and_resample.R
Get data from province of Bozen monitoring stations. applies a resample with "resample_provBz_data"
1 2 3 4 |
sensor |
Sensor to download. You can check SCODES station names and sensors typing MeteoBrowser::tot_tab_def |
station |
Station "SCODE" to download. You can check SCODES station names and sensors typing MeteoBrowser::tot_tab_def |
datestart |
starting date of the timeseries. format "YYYY-MM-DD" |
dateend |
ending date of the timeseries. format "YYYY-MM-DD" |
round |
the timestamp of the resample. defalutl is "hour" . write "raw" for no resample |
spread |
whether to spread the table or leave it in long format. Default is FALSE |
inshiny |
if the function is called in the shiny app. default=FALSE |
nstations |
if the function is called in the shiny app: number of stations * sensors. default=NULL |
sort |
column names on which to sort the table. available options: c("NAME","TimeStamp","Sensor","Value") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.