rds_load_data: Load data from the rds store

Description Usage Arguments Value Examples

Description

Loads the specified data from the rds store and returns it as dataframe in rmo long format

Usage

1
rds_load_data(sites, zfs, years, parameters = NULL, base_path = "rds")

Arguments

sites

character vector with the airmo_kurzname of all sites to load

zfs

character vector with all zeitfenster to load

years

integer vector with all years to load

parameters

opt. character vector to only return the parameters in the vector. Use NULL to get all parameters saved in the rds file. Default: NULL

base_path

relative to current directory or absolut path to rds store

Value

dataframe in rmo long format

Examples

1
2
3
4
5
6
## Not run: 
load_data("Zch_Schimmelstrasse", "min30", 2017, c("PM10", "NOx", "NO2"), "tmp")
load_data(c("Zch_Schimmelstrasse", "Zch_Stampfenbachstrasse", "Zch_Heubeeribüel"),
          "d1", 2017, "O3_max_h1", "tmp")

## End(Not run)

Avsamoht/rmo documentation built on May 22, 2019, 1:46 p.m.