List datasets
.list_datasets(limit = NULL, offset = NULL, configuration = NULL) list_datasets(limit = NULL, offset = NULL, configuration = NULL)
limit | integer; limit |
---|---|
offset | integer; offset |
configuration | a Configuration object |
A vector of datasets names
if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() list_datasets(limit = 10L) }