| cdmFromSpark | R Documentation |
cdm_reference object from a sparklyr connection.Create a cdm_reference object from a sparklyr connection.
cdmFromSpark(
con,
cdmSchema,
writeSchema,
cohortTables = NULL,
cdmVersion = NULL,
cdmName = NULL,
achillesSchema = NULL,
.softValidation = FALSE,
writePrefix = NULL,
cdmPrefix = NULL
)
con |
A spark connection created with: |
cdmSchema |
Schema where omop standard tables are located. Schema is defined with a named character list/vector; allowed names are: 'catalog', 'schema' and 'prefix'. |
writeSchema |
Schema where with writing permissions. Schema is defined with a named character list/vector; allowed names are: 'catalog', 'schema' and 'prefix'. |
cohortTables |
Names of cohort tables to be read from |
cdmVersion |
The version of the cdm (either "5.3" or "5.4"). If NULL
|
cdmName |
The name of the cdm object, if NULL
|
achillesSchema |
Schema where achilled tables are located. Schema is defined with a named character list/vector; allowed names are: 'catalog', 'schema' and 'prefix'. |
.softValidation |
Whether to use soft validation, this is not recommended as analysis pipelines assume the cdm fullfill the validation criteria. |
writePrefix |
A prefix that will be added to all tables created in the write_schema. This can be used to create namespace in your database write_schema for your tables. |
cdmPrefix |
A prefix used with the OMOP CDM tables. |
A cdm reference object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.