dm_mutate_tbl {dm} | R Documentation |
Update tables in a dm
Description
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.
Usage
dm_mutate_tbl(dm, ...)
Arguments
dm |
A |
... |
One or more tables to update in the |
See Also
Examples
dm_nycflights13() %>%
dm_mutate_tbl(flights = nycflights13::flights[1:3, ])
[Package dm version 1.0.10 Index]