Description Usage Arguments Details Value See Also Examples
FUNCTION_DESCRIPTION
1 2 3 4 5 6 7 8 9 10 | fetch_omop(
conn,
conn_fun = "pg13::local_connect(verbose=FALSE)",
type_from = concept_class_id,
label_glue = "{vocabulary_id}\n{concept_class_id}\n({standard_concept})\n",
schema = "omop_vocabulary",
verbose = FALSE,
render_sql = FALSE,
version_key = get_version_key()
)
|
conn |
PARAM_DESCRIPTION |
conn_fun |
PARAM_DESCRIPTION, Default: 'pg13::local_connect(verbose=FALSE)' |
type_from |
PARAM_DESCRIPTION, Default: concept_class_id |
schema |
PARAM_DESCRIPTION, Default: 'omop_vocabulary' |
verbose |
PARAM_DESCRIPTION, Default: FALSE |
render_sql |
PARAM_DESCRIPTION, Default: FALSE |
version_key |
PARAM_DESCRIPTION, Default: get_version_key() |
DETAILS
OUTPUT_DESCRIPTION
glue
query
arrange
,distinct
,select
,reexports
,mutate-joins
,bind
,rename
cli_progress_bar
,cli_abort
transpose
,map
,reduce
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.