powered by
dm_select_tbl() keeps the selected tables and their relationships, optionally renaming them.
dm_select_tbl()
dm_rename_tbl() renames tables.
dm_rename_tbl()
dm_select_tbl(dm, ...)dm_rename_tbl(dm, ...)
dm_rename_tbl(dm, ...)
A dm object.
dm
One or more table names of the tables of the dm object. 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.
dm_rm_tbl()