pkg_args | R Documentation |
These functions setup the instance of the given DBMS. All SQL Statements that fail to execute are printed back in the console at the conclusion of execution. It is important to note that the schemas are dropped and rewritten with the run and all present tables will be lost.
conn |
Database connection via DatabaseConnector. |
conn_fun |
Instead of supplying of a direct database connection, an expression can be supplied that automatically connects and disconnects the connection once the function is run. |
schema |
For Postgres executions only, the schema to write all the tables to, Default: 'umls' |
rrf_dir |
Path to directory to the RRF Files either unpackaged by direct download or produced by Metamorphosys |
mrconso_only |
Setup only the MRCONSO Table? Default: FALSE |
omop_only |
Setup the MRCONSO, MRHIER, MRMAP, MRSMAP, MRSAT, AND MRREL Tables only? Default: FALSE |
english_only |
Setup only the ENG Tables? Default: TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.