Skip to contents

Use this to see the names of the folders in Aquarius. Use search_string to see only folder names containing that text.

Usage

getFolders(search_string)

Arguments

search_string

Optional. Text to search for in folder names. Accepts regular expressions. Case insensitive.

Value

Character vector of folder names

Examples

if (FALSE) {
getFolders()
getFolders("OLYM")
}