Skip to contents

This function loads the vocabulary tables with csv files downloaded from OHDSI Athena (https://athena.ohdsi.org/vocabulary/list).

Usage

load_vocabulary_tables()

Details

This function requires a configured config.yaml file created using amstel::create_config(). It will use the connection configuration specified in the cdm section to create the Vocabulary tables in the CDM by reading the vocabulary csv files downloaded from the Athena from the path as specified in the data section.

This function assumes amstel::create_cdm_tables() has already been run.