dm (version 0.0.3.9003)

cdm_rm_tbl: Remove tables from a dm

Description

Removes one or more tibbles from a dm.

Usage

cdm_rm_tbl(dm, ...)

Arguments

dm

A dm object

...

One or more unquoted tibble names to remove from the dm.

Value

The inital dm without the removed table(s).

See Also

cdm_add_tbl(), cdm_select_tbl()