get_dataset_record_detail {hlidacr}R Documentation

Get record detail

Description

Get record detail

Usage

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

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

## End(Not run)

[Package hlidacr version 0.2.0 Index]