Retrieve all errors for phenotype query runs
phenotype_get_errors(phenotype)
phenotype structure, create or get it using create_phenotype
or get_phenotype
a list of errors from query runs
if (FALSE) {
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)
}