powered by
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, ...)
A dm object.
One or more tables to update in the dm. Must be named.
dm_add_tbl(), dm_rm_tbl()
dm_add_tbl()
dm_rm_tbl()
# NOT RUN { dm_nycflights13() %>% dm_mutate_tbl(flights = nycflights13::flights[1:3, ]) # }
Run the code above in your browser using DataLab