List all available datasets within a specific RF100 collection.

list_collection_datasets(collection)

Arguments

collection

Collection name. One of: "biology", "medical", "infrared", "damage", "underwater", "document".

Value

Character vector of dataset names in the collection.

Examples

if (FALSE) { # \dontrun{
# List all biology datasets
list_collection_datasets("biology")

# List all medical datasets
list_collection_datasets("medical")
} # }