Retrieves the URL/downloads the file containing the documentation of the dataset, in the required format.
if action = download
, the path to the downloaded file; file URL otherwise.
The document to which this functions provides access contains methodological
background on the specified dataset and is identified by the schema
field
in the list returned by czso_get_dataset_metadata()
.
Other Additional tools:
czso_get_dataset_metadata()
,
czso_get_table_schema()
# \donttest{
czso_get_dataset_doc("110080")
#> [1] "https://csu.gov.cz/docs/107508/d6d4a067-64a0-d352-1336-d105e18afa6a/110080-24schema052324.json"
# }