get_categories: A list of all categories available in the system.

get_categoriesR Documentation

A list of all categories available in the system.

Description

A list of all categories available in the system.

Usage

get_categories(conn)

Arguments

conn

gor connection structure, create it using platform_connect

Value

List of categories

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
phenotypes <- get_categories(conn)

## End(Not run)

wuxi-nextcode/gorr documentation built on Jan. 1, 2023, 7:54 a.m.