View source: R/createOmopTablesOnSpark.R
| createOmopTablesOnSpark | R Documentation |
Create OMOP CDM tables
createOmopTablesOnSpark(
con,
schemaName,
cdmVersion = "5.4",
overwrite = FALSE,
bigInt = FALSE,
cdmPrefix = NULL
)
con |
Connection to a Spark database. |
schemaName |
Schema in which to create tables. |
cdmVersion |
Which version of the OMOP CDM to create. Can be "5.3" or "5.4". |
overwrite |
Whether to overwrite existing tables. |
bigInt |
Whether to use big integers for person identifier (person_id or subject_id) |
cdmPrefix |
Whether to cdmPrefix tables created (not generally recommended). |
OMOP CDM tables created in database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.