powered by
Get All keys that follow a pattern
db_ts_find_keys(con, pattern, schema = "timeseries")
RPostgres connection object.
character that represents a regular expression to find keys
character name of the database schema. Defaults to 'timeseries'
Other access levels functions: change_access_level, db_access_level_create(), db_access_level_delete(), db_access_level_list(), db_access_level_set_default()
change_access_level
db_access_level_create()
db_access_level_delete()
db_access_level_list()
db_access_level_set_default()
# NOT RUN { # } # NOT RUN { db_ts_store(con = connection, zrh_airport, schema = "schema") # get all keys that start with "ch" db_ts_find_keys( con = connection, "^ch", schema = "schema") # }
Run the code above in your browser using DataLab