lookup_top_ancestors: Lookup Topmost Ancestors for a Domain, Vocabulary, and/or...

Description Usage Arguments Details Value See Also Examples

View source: R/concept_set_ancestry.R

Description

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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
lookup_top_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
)

Arguments

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

DETAILS

Value

OUTPUT_DESCRIPTION

See Also

render

Examples

1
2
3
4
5
6
## Not run: 
if (interactive()) {
  # EXAMPLE1
}

## End(Not run)

patelm9/chariot documentation built on Feb. 19, 2022, 11:29 a.m.