Description Usage Arguments Value Examples
List datasets
1 2 3 | .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
1 2 3 4 5 6 | ## Not run:
# Setting the config to use HDX default server
set_rhdx_config()
list_datasets(limit = 10L)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.