R/concept_set_ancestry.R
lookup_upper_limit_ancestors.Rd
Find ancestors of a concept set that are at the maximum of the max_level_of_separation.
lookup_upper_limit_ancestors( vocabSchema, vocabulary_id, concept_class_id, domain_id, conn = NULL, skip_cache = FALSE, cache_only = FALSE, override_cache = FALSE, verbose = FALSE, render_sql = FALSE, sleepTime = 1 )
vocabSchema | PARAM_DESCRIPTION |
---|---|
vocabulary_id | PARAM_DESCRIPTION |
concept_class_id | PARAM_DESCRIPTION |
domain_id | PARAM_DESCRIPTION |
conn | PARAM_DESCRIPTION, Default: NULL |
skip_cache | PARAM_DESCRIPTION, Default: FALSE |
cache_only | PARAM_DESCRIPTION, Default: FALSE |
override_cache | PARAM_DESCRIPTION, Default: FALSE |
verbose | PARAM_DESCRIPTION, Default: FALSE |
render_sql | PARAM_DESCRIPTION, Default: FALSE |
sleepTime | PARAM_DESCRIPTION, Default: 1 |
Concepts from the Concept Table that are upper limit ancestors of the input with an additional field 'upper_limit_max_separation' that provides detail on the degree of separation.
DETAILS