Common parameters
RPostgres connection object.
character name of the database schema. Defaults to 'timeseries'
character vector of time series identifiers.
character name of the dataset. Datasets are group of time series.
character vector of the datasets. Dataset is a group of time series.
character representation of a date in the form of 'YYYY-MM-DD'. valid_on selects the version of a time series that is valid at the specified time.
character representation of a date in the form of 'YYYY-MM-DD'. valid_from starts a new version
expression Code to be evaluated after populating the temporary table on the database of a time series that is valid from the specified date.
character name of a collection to read. Collection are bookmark lists that contain time series keys.
character describing the access level of the time series or dataset.
character name of a dataset.
boolean indicating if ts_keys should be interpreted as a regular expression pattern. Defaults to FALSE.
character indicating the language of the meta information to be store. We recommend to use ISO country codes to represent languages. Defaults to NULL. When local is set to NULL, metadata are stored without localization. Note that, when localizing meta information by assigning a language, multiple meta information objects can be stored for a single time series.
boolean indicating if it should the release embargo of a time series be respected. Defaults to FALSE. This option makes sense when the function is used in an API. In that sense, users do not have direct access to this function and therefore cannot simply switch parameters.
set a limit of the number of time series requested in the function.
character username that is the owner of a collection.
character name of the database user. Defaults to the user of the R session. this is often the user for the database, too so you do not have to specify your username explicitly if that is the case.