Read Dataset Meta Information

db_dataset_read_metadata(
  con,
  dataset_id,
  valid_on = NULL,
  locale = NULL,
  schema = "timeseries"
)

Arguments

con

RPostgres connection object.

dataset_id

character name of the dataset.

valid_on

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.

locale

character ISO-2 country locale.

schema

character name of the database schema. Defaults to 'timeseries'