createVocabTables: Run the vocab queries to create the vocab mapping tables.

Description Usage Arguments

Description

Run the vocab queries to create the vocab mapping tables.

Usage

1
2
createVocabTables(connectionDetails, cdmDatabaseSchema, vocabDatabaseSchema,
  oracleTempSchema = NULL)

Arguments

connectionDetails

An R object of type
connectionDetails created using the function createConnectionDetails in the DatabaseConnector package.

cdmDatabaseSchema

The name of the database schema that contains the OMOP CDM instance. Requires read permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'cdm_instance.dbo'.

vocabDatabaseSchema

The name of the database schema that contains the OMOP CDM Vocabulary instance. Requires read permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'vocab_instance.dbo'.

oracleTempSchema

For Oracle only: the name of the database schema where you want all temporary tables to be managed. Requires create/insert permissions to this database.


OHDSI/ETL-HealthVerityBuilder documentation built on May 19, 2019, 12:40 a.m.