Learn R Programming

timeseriesdb (version 0.4.1)

addKeysToTsSet: Add keys to an existing Time Series set

Description

Add keys to an existing Time Series set

Usage

addKeysToTsSet(con, set_name, ts_keys, user_name = Sys.info()["user"],
  tbl = "timeseries_sets", schema = "timeseries")

Arguments

con

PostgreSQL connection

set_name

The name of the set

ts_keys

A character vector of keys to be added

user_name

The user name of the set's owner

tbl

Name of the time series sets table

schema

Schema of the time series database to use