dropTable.db_cdm: Drop table from a database backed cdm object

View source: R/dbSource.R

dropTable.db_cdmR Documentation

Drop table from a database backed cdm object

Description

Tables will be dropped from the write schema of the cdm.

Usage

## S3 method for class 'db_cdm'
dropTable(cdm, name)

Arguments

cdm

a cdm_reference object

name

A character vector of table names to be dropped


CDMConnector documentation built on Aug. 12, 2025, 1:08 a.m.