Learn R Programming

hlidacr (version 0.2.0)

get_datasets: Get list of datasets

Description

Get list of datasets available via 'Hl<U+00ED>da<U+010D> st<U+00E1>tu' API

Usage

get_datasets(token = Sys.getenv("HLIDAC_TOKEN"))

Arguments

token

Authorization token

Value

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)

See Also

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()

Examples

Run this code
# NOT RUN {
get_datasets()
# }

Run the code above in your browser using DataLab