dm_mutate_tbl: Update tables in a 'dm'

View source: R/add-tbl.R

dm_mutate_tblR Documentation

Update tables in a dm

Description

[Experimental]

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 dm object.

...

One or more tables to update in the dm. Must be named.

See Also

dm(), dm_select_tbl()

Examples


dm_nycflights13() %>%
  dm_mutate_tbl(flights = nycflights13::flights[1:3, ])


krlmlr/dm documentation built on April 19, 2024, 5:23 p.m.