Skip to contents

Update data in this DataTable

Usage

dlt_update(dt, set, condition)

# S4 method for DeltaTable,characterOrList,missing
dlt_update(dt, set)

# S4 method for DeltaTable,characterOrList,Column
dlt_update(dt, set, condition)

# S4 method for DeltaTable,characterOrList,character
dlt_update(dt, set, condition)

Arguments

dt

DeltaTable

set

named character vector or list of Columns

condition

optional, character or Column

Value

this DetaTable, invisibly

Note

dlt_update, since 1.0.0

See also