A list of all categories available in the system.

get_categories(conn)

Arguments

conn

gor connection structure, create it using platform_connect

Value

List of categories

Examples

if (FALSE) {
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
phenotypes <- get_categories(conn)
}