List datasets

.list_datasets(limit = NULL, offset = NULL, configuration = NULL)

list_datasets(limit = NULL, offset = NULL, configuration = NULL)

Arguments

limit

integer; limit

offset

integer; offset

configuration

a Configuration object

Value

A vector of datasets names

Examples

if (FALSE) { # Setting the config to use HDX default server set_rhdx_config() list_datasets(limit = 10L) }