Removes one or more tables from a dm.

dm_rm_tbl(dm, ...)

Arguments

dm

A dm object.

...

One or more unquoted table names to remove from the dm. tidyselect is supported, see dplyr::select() for details on the semantics.

Value

The dm without the removed table(s) that were present in the initial dm.

See also

Examples

dm_nycflights13() %>% dm_rm_tbl(airports)
#> ── Metadata ──────────────────────────────────────────────────────────────────── #> Tables: `airlines`, `flights`, `planes`, `weather` #> Columns: 45 #> Primary keys: 2 #> Foreign keys: 2