czso_get_dataset_metadata {czso}R Documentation

Get dataset metadata

Description

Get metadata from CZSO API, which can be somewhat more detailed/readable than what is provided in the dataset's entry in the output of czso_get_dataset().

Usage

czso_get_dataset_metadata(dataset_id)

Arguments

dataset_id

Dataset ID

Details

As far as I can tell there is no way to get the metadata in English, though some key datasets, such as codelists, do have English-language documentation. See czso_get_table() for how to access English-language codelists (registers).

Value

a list with elements named in English, where the names are mostly self-explanatory. So are the contents where these are dates; title, description, notes and tags only exist in Czech as far as I know. Some fields merit explanation:

See Also

Other Additional tools: czso_get_dataset_doc(), czso_get_table_schema(), get_czso_dataset_doc(), get_czso_dataset_metadata(), get_czso_table_schema()

Examples


czso_get_dataset_metadata("110080")


[Package czso version 0.3.12 Index]