Create OMOP CDM tables
createOmopTablesOnSpark(
con,
schemaName,
cdmVersion = "5.4",
overwrite = FALSE,
bigInt = FALSE,
cdmPrefix = NULL
)OMOP CDM tables created in database
Connection to a Spark database.
Schema in which to create tables.
Which version of the OMOP CDM to create. Can be "5.3" or "5.4".
Whether to overwrite existing tables.
Whether to use big integers for person identifier (person_id or subject_id)
Whether to cdmPrefix tables created (not generally recommended).