Removes data that matches optional condition
Usage
dlt_delete(dt, condition)
# S4 method for DeltaTable,missing
dlt_delete(dt)
# S4 method for DeltaTable,Column
dlt_delete(dt, condition)
# S4 method for DeltaTable,character
dlt_delete(dt, condition)
Arguments
- dt
DeltaTable
- condition
optional, character of Column If character, interpreted as SQL expression