Removes one or more tables from a dm.
dm_rm_tbl(dm, ...)
| dm | A |
|---|---|
| ... | One or more unquoted table names to remove from the |
The dm without the removed table(s) that were present in the initial dm.
#> ── Metadata ──────────────────────────────────────────────────────────────────── #> Tables: `airlines`, `flights`, `planes`, `weather` #> Columns: 45 #> Primary keys: 2 #> Foreign keys: 2