powered by
Removes one or more tables from a dm.
dm
dm_rm_tbl(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.
tidyselect
dplyr::select()
The dm without the removed table(s) that were present in the initial dm.
dm_add_tbl(), dm_select_tbl()
dm_add_tbl()
dm_select_tbl()
# NOT RUN { dm_nycflights13() %>% dm_rm_tbl(airports) # }
Run the code above in your browser using DataLab