Skip to contents

This function converts OMOP vocabulary CSV files to a Database.

Usage

omopVocabularyCSVsToDuckDB(
  pathToOMOPVocabularyCSVsFolder,
  connection,
  vocabularyDatabaseSchema
)

Arguments

pathToOMOPVocabularyCSVsFolder

Path to folder containing OMOP vocabulary CSV files

connection

A DatabaseConnector connection object

vocabularyDatabaseSchema

Schema name where the vocabulary tables are stored

Value

Nothing