Read Metadata for a Collection
db_collection_read_metadata(
con,
collection_name,
collection_owner,
valid_on = NULL,
locale = NULL,
schema = "timeseries"
)
RPostgres connection object.
character name of the collection.
character name of the collection owner.
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 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.
character name of the database schema. Defaults to 'timeseries'
list of all available meta descriptions for a particular collection and language.
Other metadata functions:
db_dataset_read_metadata()
,
db_meta_get_latest_validity()
,
db_metadata_read()
,
db_metadata_store()