Learn R Programming

timeseriesdb (version 1.0.0-1.1.2)

db_access_level_list: Get All Access Levels and Their Description

Description

Gets an overview of roles and shows whether a role (aka access level) is the default level for series stored without an explicitly specified access level.

Usage

db_access_level_list(con, schema = "timeseries")

Arguments

con

RPostgres connection object.

schema

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

Value

access levels data.frame with columns `role` and `description` and `is_default`

See Also

Other access levels functions: change_access_level, db_access_level_create(), db_access_level_delete(), db_access_level_set_default(), db_ts_find_keys()