Get All Time Series Keys in a Given Set

db_dataset_get_keys(con, set_name = "default", schema = "timeseries")

Arguments

con

RPostgres connection object.

set_name

character name of a dataset.

schema

character name of the database schema. Defaults to 'timeseries'

Value

character A vector of ts keys contained in the set

Examples


if (FALSE) {

db_dataset_get_keys(
  con = connection,
  set_name = "zrh_airport_data",
  set_description = "Zurich airport arrivals and departures ",
  schema = "schema"
)
}