Read Dataset Meta Information
db_dataset_read_metadata(
con,
dataset_id,
valid_on = NULL,
locale = NULL,
schema = "timeseries"
)
RPostgres connection object.
character name of the dataset.
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 ISO-2 country locale.
character name of the database schema. Defaults to 'timeseries'
Other metadata functions:
db_collection_read_metadata()
,
db_meta_get_latest_validity()
,
db_metadata_read()
,
db_metadata_store()