get_provBz_data: Get data from province of Bozen monitoring stations.

Description Usage Arguments

View source: R/get_provBz_data.R

Description

Get data from province of Bozen monitoring stations.

Usage

1
2
3
get_provBz_data(station_sensor, datestart = Sys.Date() - 1,
  dateend = Sys.Date() + 1, round = "hour", spread = FALSE,
  nstations = NULL, notScode = FALSE, inshiny = FALSE, sort = TRUE)

Arguments

station_sensor

a table with SCODE and Sensor columns. 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


GiulioGenova/MeteoBrowser documentation built on Nov. 5, 2019, 6:07 p.m.