Any parameters provided to this function will overwrite the corresponding
fields in the database. Parameters set to NA (default) will leave the
corresponding fields untouched.
For details see db_release_create
.
db_release_update(
con,
id,
title = NULL,
release_date = NULL,
datasets = NULL,
target_year = NULL,
target_period = NULL,
target_frequency = NULL,
note = NULL,
schema = "timeseries"
)
RPostgres connection object.
Identifier for the release e.g. 'gdb_may_2020'
Display title for the release
Timestamp when the release is to occur
character vector of the datasets. Dataset is a group of time series.
Year observed in the data
Period observed in the data (e.g. month, quarter)
Frequency of the data (e.g. 4 for quarterly)
Additional remarks about the release.
character name of the database schema. Defaults to 'timeseries'
a status list
Other calendar functions:
db_dataset_get_latest_release()
,
db_dataset_get_next_release()
,
db_dataset_get_release()
,
db_release_cancel()
,
db_release_create()
,
db_release_list()