phenotype_get_errors: Retrieve all errors for phenotype query runs

View source: R/phenotype.R

phenotype_get_errorsR Documentation

Retrieve all errors for phenotype query runs

Description

Retrieve all errors for phenotype query runs

Usage

phenotype_get_errors(phenotype)

Arguments

phenotype

phenotype structure, create or get it using create_phenotype or get_phenotype

Value

a list of errors from query runs

Examples

## Not run: 
api_key <- Sys.getenv("GOR_API_KEY")
project <- Sys.getenv("GOR_PROJECT")
conn <- platform_connect(api_key, project)
phenotype <- get_phenotype(name="height", conn)
phenotype_get_errors(phenotype)

## End(Not run)

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