ridl_dataset_list.default | R Documentation |
List RIDL datasets
## Default S3 method:
ridl_dataset_list(user = NULL, configuration = NULL)
## Default S3 method:
rd_list(user = NULL, configuration = NULL)
ridl_dataset_list(user, configuration)
rd_list(user, configuration)
user |
character, List datasets from which the user is a member |
configuration |
a RIDLConfig, the configuration object |
A vector of datasets names
## Not run:
# Setting the config to use RIDL default server
ridl_config_set()
ct <- ridl_container_show("africa")
ridl_dataset_list(ct)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.