Skip to contents

This function drops CDM tables, excluding the vocabulary tables.

Usage

drop_data_tables(cascade = FALSE)

Arguments

cascade

Automatically drop objects that depend on the table including other tables, and in turn all objects that depend on those objects. Default: FALSE.

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 delete the Clinical Data tables from the Common Data Model.