# NOT RUN {
# }
# NOT RUN {
# Store zrh_airport data
db_ts_store(con = connection, zrh_airport, schema = "schema")
# Deleting one key
db_ts_delete(
con = connection,
ts_keys = "ch.zrh_airport.departure.total",
schema = "schema"
)
# Deleting multiple keys
db_ts_delete(
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