LoadVocabFromCsv: Load Vocabulary Tables From CSV Files.

Description Usage Arguments Details

Description

This function populates all Vocabulary tables with data in csv files.

Usage

1
LoadVocabFromCsv(connectionDetails, vocabDatabaseSchema, vocabFileLoc)

Arguments

connectionDetails

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

vocabDatabaseSchema

The name of the database schema that will contain the Vocabulary tables. Requires read and write permissions to this database. On SQL Server, this should specifiy both the database and the schema, so for example 'cdm_instance.dbo'.

vocabFileLoc

The location of the vocabulary csv files.

Details

This function assumes
createCDMTables() has already been run.


chrisroederucdenver/ETL-Synthea documentation built on Aug. 1, 2020, 4:21 p.m.