Store a new set of Time Series to the database. Users can select the time series keys that should be grouped inside a set.
storeTsSet(con, set_name, set_keys, user_name = Sys.info()["user"],
description = "", active = TRUE, tbl = "timeseries_sets",
schema = "timeseries")
PostgreSQL connection object
character name of a set time series in the database.
list of keys contained in the set and their type of key.
character name of the user. Defaults to system user.
character description of the set to be stored in the db.
logical should a set be active? Defaults to TRUE. If set to FALSE a set is not seen directly in the GUI directly after being stored and needs to be activated first.
character name of set tqble. Defaults to timeseries\_sets.
character name of the database schema. Defaults to timeseries.