dlt_update | R Documentation |
Update data in this DataTable
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)
dt |
DeltaTable |
set |
named character vector or list of Columns |
condition |
optional, character or Column |
this DetaTable, invisibly
dlt_update, since 1.0.0
DeltaTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.