get_datasets {hlidacr}R Documentation

Get list of datasets

Description

Get list of datasets available via 'Hlídač stá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

## Not run: 
get_datasets()

## End(Not run)

[Package hlidacr version 0.2.0 Index]