Learn R Programming

dm (version 0.0.3)

cdm_select_tbl: Get a dm only containing the indicated tables

Description

Returns a reduced dm object, taking care of the key relations

Usage

cdm_select_tbl(dm, ...)

Arguments

dm

A dm object

...

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