dlt_delete | R Documentation |
Removes data that matches optional condition
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)
dt |
DeltaTable |
condition |
optional, character of Column If character, interpreted as SQL expression |
this DetaTable, invisibly
dlt_delete, since 1.0.0
DeltaTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.