ridl_container_list.default | R Documentation |
List RIDL containers
## Default S3 method:
ridl_container_list(
sort = c("title asc", "name", "package_count", "title"),
user_container = FALSE,
configuration = NULL
)
## Default S3 method:
rc_list(
sort = c("title asc", "name", "package_count", "title"),
user_container = FALSE,
configuration = NULL
)
ridl_container_list(sort, user_container, configuration)
rc_list(sort, user_container, configuration)
sort |
character how to sort the results. Default is "name asc" |
user_container |
logical, list container for user, default to FALSE |
configuration |
RIDLConfig, a configuration |
A list of containers on RIDL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.