db_access_level_set_default {timeseriesdb} | R Documentation |
Set the Default Access Level
Description
Changes the default access level. Apparently only one access level can be the default level at a time.
Usage
db_access_level_set_default(con, access_level, schema = "timeseries")
Arguments
con |
RPostgres connection object. |
access_level |
character describing the access level of the time series or dataset. |
schema |
character name of the database schema. Defaults to 'timeseries' |
Value
returns a list containing the parsed JSON status feedback from the DB.
See Also
Other access levels functions:
change_access_level
,
db_access_level_create()
,
db_access_level_delete()
,
db_access_level_list()
,
db_ts_find_keys()
[Package timeseriesdb version 1.0.0-1.1.2 Index]