# NOT RUN {
# }
# NOT RUN {
# one key
db_ts_get_dataset(
con = connection,
ts_keys = "ch.zrh_airport.departure.total",
schema = "schema"
)
# multiple keys
db_ts_get_dataset(
con = connection,
ts_keys = c(
"ch.zrh_airport.departure.total",
"ch.zrh_airport.arrival.total"
),
schema = "schema"
)
# }
Run the code above in your browser using DataLab