Learn R Programming

hlidacr (version 0.2.0)

get_dataset_record_detail: 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

Run this code
# NOT RUN {
get_dataset_record_detail("ministri", item_id = 1)
# }

Run the code above in your browser using DataLab