dlt_update: Update data in this DataTable

dlt_updateR Documentation

Update data in this DataTable

Description

Update data in this DataTable

Usage

dlt_update(dt, set, condition)

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

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

## S4 method for signature '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

DeltaTable


zero323/dlt documentation built on Dec. 1, 2022, 11:25 p.m.