get_dataset_metadata {hlidacr} | R Documentation |
Get metadata related to specified dataset.
get_dataset_metadata(dataset_id, token = Sys.getenv("HLIDAC_TOKEN"))
dataset_id |
ID of dataset |
token |
Authorization token |
a list containing metadata related to the specified dataset
https://www.hlidacstatu.cz/swagger/index.html
https://www.hlidacstatu.cz/api/v1/doc
Other Datasets:
get_dataset_data()
,
get_dataset_record_detail()
,
get_datasets()
## Not run:
get_dataset_metadata("ministri")
## End(Not run)