get_categories | R Documentation |
A list of all categories available in the system.
get_categories(conn)
conn |
gor connection structure, create it using |
List of categories
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.