db_access_level_list: Get All Access Levels and Their Description

View source: R/access_levels.R

db_access_level_listR Documentation

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()


timeseriesdb documentation built on March 24, 2022, 1:06 a.m.