A list of all categories available in the system.
get_categories(conn)
gor connection structure, create it using platform_connect
List of categories
if (FALSE) {
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
phenotypes <- get_categories(conn)
}