download_station: internal function Get data form one sation and multiple...

Description Usage Arguments

View source: R/download_station.R

Description

internal function Get data form one sation and multiple sensors from province of Bozen monitoring stations.

Usage

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)

Arguments

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


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