Show the names of all sets that are available to a particular user.
listTsSets(con, user_name = Sys.info()["user"], tbl = "timeseries_sets",
schema = "timeseries")
PostgreSQL connection object
character name of the user. Defaults to system user.
character name of set tqble. Defaults to timeseries\_sets.
character name of the database schema. Defaults to timeseries.