Learn R Programming

timeseriesdb (version 0.4.1)

changeTsSetOwner: Change the owner of a Time Series set

Description

Change the owner of a Time Series set

Usage

changeTsSetOwner(con, set_name, old_owner = Sys.info()["user"], new_owner,
  tbl = "timeseries_sets", schema = "timeseries")

Arguments

con

PostgreSQL connection

set_name

Name of the set to be updates

old_owner

User name of the set's current owner

new_owner

User name of the set's new owner

tbl

Name of the time series sets table

schema

Schema of the time series database to use