Description Usage Arguments Details Value See Also Examples
View source: R/concept_set_ancestry.R
Find ancestors of a concept set that are at the maximum of the max_level_of_separation.
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
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.
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.