dropTable {omopgenerics} | R Documentation |
Drop a table from a cdm object.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Drop a table from a cdm object.
Usage
dropTable(cdm, name)
Arguments
cdm |
A cdm reference. |
name |
Name(s) of the table(s) to drop Tidyselect statements are supported. |
Value
The cdm reference.
[Package omopgenerics version 1.2.0 Index]