dm_mutate_tbl | R Documentation |
dm
Updates one or more existing tables in a dm
.
For now, the column names must be identical.
This restriction may be levied optionally in the future.
dm_mutate_tbl(dm, ...)
dm |
A |
... |
One or more tables to update in the |
dm()
, dm_select_tbl()
dm_nycflights13() %>%
dm_mutate_tbl(flights = nycflights13::flights[1:3, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.