dm (version 0.0.3.9003)

cdm_select_tbl: Select and rename tables

Description

cdm_select_tbl() keeps the selected tables and their relationships, optionally renaming them.

cdm_rename_tbl() renames tables.

Usage

cdm_select_tbl(dm, ...)

cdm_rename_tbl(dm, ...)

Arguments

dm

A dm object

...

One or more table names of the dm object's tables. See tidyselect::vars_select() and tidyselect::vars_rename() for details on the semantics.

Value

The input dm with tables renamed or removed.

See Also

cdm_rm_tbl()