Create Indices on Common Data Model clinical data tables.
Source:R/index_data_tables.R
index_data_tables.Rd
This function creates indices for the clinical data tables in the CDM.
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 indices for the tables of the
Common Data Model.
This function assumes amstel::create_cdm_tables()
and
amstel::load_cdm_clinical_data()
have been run successfully.