get_dataset_metadata {hlidacr}R Documentation

Get dataset's metadata

Description

Get metadata related to specified dataset.

Usage

get_dataset_metadata(dataset_id, token = Sys.getenv("HLIDAC_TOKEN"))

Arguments

dataset_id

ID of dataset

token

Authorization token

Value

a list containing metadata related to the specified dataset

See Also

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()

Examples

## Not run: 
get_dataset_metadata("ministri")

## End(Not run)

[Package hlidacr version 0.2.0 Index]