Description Usage Arguments Details Value See Also Examples
Filter the current OMOP vocabulary for the elements most relevant to the RWD domain.
1 2 3 4 5 6 7 | instantiate_standard_library(
conn,
standard_library_schema,
verbose = TRUE,
render_sql = TRUE,
render_only = FALSE
)
|
conn |
PARAM_DESCRIPTION |
standard_library_schema |
PARAM_DESCRIPTION |
verbose |
PARAM_DESCRIPTION, Default: TRUE |
render_sql |
PARAM_DESCRIPTION, Default: TRUE |
render_only |
PARAM_DESCRIPTION, Default: FALSE |
Identify a valid Concept in the vocabulary schema. A hash will be created for concepts that do not presently exist.
Provide the class it belongs to. If the Class does not currently exist, it will be made and added to the Concept table.
Copy the Concept to the Standard Library.
Add the "Has concept" relationship to the Class
Add that "Concept of" relationship to the Concept
OUTPUT_DESCRIPTION
schema_exists
,create_schema
,send
render
typewrite
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.