Description Usage Arguments Value See Also Examples
Get list of datasets available via 'Hlídač státu' API
1 | get_datasets(token = Sys.getenv("HLIDAC_TOKEN"))
|
token |
Authorization token |
Response from the server containing a list of all datasets available. The list contains 3 elements: - total: Total number of datasets available (integer) - page: Page of the result (integer) - results: data concerning the datasets (data.frame)
https://www.hlidacstatu.cz/swagger/index.html
https://www.hlidacstatu.cz/api/v1/doc
Other Datasets:
get_dataset_data()
,
get_dataset_metadata()
,
get_dataset_record_detail()
1 2 3 4 | ## Not run:
get_datasets()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.