get_dataset_record_detail: Get record detail

Description Usage Arguments Value See Also Examples

View source: R/api.R

Description

Get record detail

Usage

1
2
3
4
5
get_dataset_record_detail(
  dataset_id,
  item_id,
  token = Sys.getenv("HLIDAC_TOKEN")
)

Arguments

dataset_id

ID of dataset

item_id

ID of record

token

Authorization token

Value

list of vectors containing data related to the item

See Also

get_dataset_data https://www.hlidacstatu.cz/swagger/index.html

https://www.hlidacstatu.cz/api/v1/doc

Other Datasets: get_dataset_data(), get_dataset_metadata(), get_datasets()

Examples

1
2
3
4
## Not run: 
get_dataset_record_detail("ministri", item_id = 1)

## End(Not run)

skvrnami/hlidacr documentation built on Sept. 16, 2021, 5:20 p.m.