Learn R Programming

timeseriesdb (version 0.2.1)

listTsSets: List All Time Series Sets for a Particular User

Description

Show the names of all sets that are available to a particular user.

Usage

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

Arguments

con

PostgreSQL connection object

user_name

character name of the user. Defaults to system user.

tbl

character name of set tqble. Defaults to timeseries\_sets.

schema

character name of the database schema. Defaults to timeseries.