dropTable.db_cdm {CDMConnector} | R 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 |
[Package CDMConnector version 2.1.1 Index]