dm_select_tbl | R Documentation |
dm_select_tbl()
keeps the selected tables and their relationships,
optionally renaming them.
dm_rename_tbl()
renames tables.
dm_select_tbl(dm, ...)
dm_rename_tbl(dm, ...)
dm |
A |
... |
One or more table names of the tables of the |
The input dm
with tables renamed or removed.
dm_nycflights13() %>%
dm_select_tbl(airports, fl = flights)
dm_nycflights13() %>%
dm_rename_tbl(ap = airports, fl = flights)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.