List all available datasets within a specific RF100 collection.
list_collection_datasets(collection)Character vector of dataset names in the collection.
if (FALSE) { # \dontrun{
# List all biology datasets
list_collection_datasets("biology")
# List all medical datasets
list_collection_datasets("medical")
} # }