Description Usage Arguments Details Value See Also Examples
View source: R/concept_set_ancestry.R
Trace the topmost lineage of a set of concepts filtered by Domain, Vocabulary, and/or Concept Class by first querying all the ancestors of the concept set and then filtering those ancestors for those that do not ave ancestors themselves.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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 |
DETAILS
OUTPUT_DESCRIPTION
1 2 3 4 5 6 | ## Not run:
if (interactive()) {
# EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.