dlt_delete: Delete data from this DataTable

dlt_deleteR Documentation

Delete data from this DataTable

Description

Removes data that matches optional condition

Usage

dlt_delete(dt, condition)

## S4 method for signature 'DeltaTable,missing'
dlt_delete(dt)

## S4 method for signature 'DeltaTable,Column'
dlt_delete(dt, condition)

## S4 method for signature 'DeltaTable,character'
dlt_delete(dt, condition)

Arguments

dt

DeltaTable

condition

optional, character of Column If character, interpreted as SQL expression

Value

this DetaTable, invisibly

Note

dlt_delete, since 1.0.0

See Also

DeltaTable


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