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.

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`