Description Usage Arguments Details Value
View source: R/append_concept_examples.R
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.
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
)
|
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
OUTPUT_DESCRIPTION
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.