append_concept_examples: Append omop.graph with Concepts

Description Usage Arguments Details Value

View source: R/append_concept_examples.R

Description

Example concepts are added to see individuals belonging to a given class. This operation can only be performed once and if it has already been appended before, an error will be returned.

Usage

1
2
3
4
5
6
7
8
9
append_concept_examples(
  omop_graph,
  sample_size = 5,
  schema = "omop_vocabulary",
  conn,
  conn_fun = "pg13::local_connect(verbose=FALSE)",
  verbose = FALSE,
  render_sql = FALSE
)

Arguments

omop_graph

PARAM_DESCRIPTION

sample_size

PARAM_DESCRIPTION, Default: 5

schema

PARAM_DESCRIPTION, Default: 'omop_vocabulary'

conn

PARAM_DESCRIPTION

conn_fun

PARAM_DESCRIPTION, Default: 'pg13::local_connect(verbose=FALSE)'

verbose

PARAM_DESCRIPTION, Default: FALSE

render_sql

PARAM_DESCRIPTION, Default: FALSE

Details

DETAILS

Value

OUTPUT_DESCRIPTION


meerapatelmd/chariotViz documentation built on Dec. 21, 2021, 4:53 p.m.