Learn R Programming

dm (version 0.2.8)

dm_rm_tbl: Remove tables

Description

Removes one or more tables from a dm.

Usage

dm_rm_tbl(dm, ...)

Arguments

dm

A dm object.

...

One or more unquoted table names to remove from the dm. tidyselect is supported, see dplyr::select() for details on the semantics.

Value

The dm without the removed table(s) that were present in the initial dm.

See Also

dm_add_tbl(), dm_select_tbl()

Examples

Run this code
# NOT RUN {
dm_nycflights13() %>%
  dm_rm_tbl(airports)
# }

Run the code above in your browser using DataLab