Last data update: 2014.03.03

R: Store a New Set of Time Series
storeTsSetR Documentation

Store a New Set of Time Series

Description

Store a new set of Time Series to the database. Users can select the time series keys that should be grouped inside a set.

Usage

storeTsSet(con, set_name, set_keys, user_name = Sys.info()["user"],
  description = "", active = TRUE, tbl = "timeseries_sets",
  schema = "timeseries")

Arguments

con

PostgreSQL connection object

set_name

character name of a set time series in the database.

set_keys

list of keys contained in the set and their type of key.

user_name

character name of the user. Defaults to system user.

description

character description of the set to be stored in the db.

active

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.

tbl

character name of set tqble. Defaults to timeseries_sets.

schema

character name of the database schema. Defaults to timeseries.

Author(s)

Ioan Gabriel Bucur, Matthias Bannert

Results