powered by
cdm_select_tbl() keeps the selected tables and their relationships, optionally renaming them.
cdm_select_tbl()
cdm_rename_tbl() renames tables.
cdm_rename_tbl()
cdm_select_tbl(dm, ...)cdm_rename_tbl(dm, ...)
cdm_rename_tbl(dm, ...)
A dm object
dm
One or more table names of the dm object's tables. See tidyselect::vars_select() and tidyselect::vars_rename() for details on the semantics.
tidyselect::vars_select()
tidyselect::vars_rename()
The input dm with tables renamed or removed.
cdm_rm_tbl()