setup_crosswalk_schema | R Documentation |
Write all or some of the SAB subset tables via
write_crosswalk_table()
.
setup_crosswalk_schema( sabs, conn_fun = "pg13::local_connect()", crosswalk_schema = "umls_crosswalk" )
sabs |
(optional) Vector of SABs to write. If missing, all the sabs in the existing MRCONSO table are written. |
crosswalk_schema |
Schema to write these extension tables to. Default: 'umls_crosswalk' |
One or more tables of the sab subsets to the given schema. A new 'label' field is added to designate the core concept name for the given concept.
drop_cascade
,create_schema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.