Change the Access Level of a Time Series
db_ts_change_access(
con,
ts_keys,
access_level,
valid_from = NULL,
schema = "timeseries"
)
db_dataset_change_access(
con,
dataset,
access_level,
valid_from = NULL,
schema = "timeseries"
)
RPostgres connection object.
character vector of time series identifiers.
character describing the access level of the time series or dataset.
character representation of a date in the form of 'YYYY-MM-DD'. valid_from starts a new version
character name of the database schema. Defaults to 'timeseries'
character name of the dataset. Datasets are group of time series.
returns a list containing the parsed JSON status feedback from the DB. returns a list containing the parsed JSON status feedback from the DB.
Other access levels functions:
db_access_level_create()
,
db_access_level_delete()
,
db_access_level_list()
,
db_access_level_set_default()
,
db_ts_find_keys()