Description Usage Arguments Value See Also Examples
Get record detail
1 2 3 4 5 | get_dataset_record_detail(
dataset_id,
item_id,
token = Sys.getenv("HLIDAC_TOKEN")
)
|
dataset_id |
ID of dataset |
item_id |
ID of record |
token |
Authorization token |
list of vectors containing data related to the item
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()
1 2 3 4 | ## Not run:
get_dataset_record_detail("ministri", item_id = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.