Insert a new row if not source not matched
Source:R/generics.R
, R/merge.R
dlt_when_not_matched_insert_all.Rd
Insert a new row if not source not matched
Usage
dlt_when_not_matched_insert_all(dmb, condition)
# S4 method for DeltaMergeBuilder,missing
dlt_when_not_matched_insert_all(dmb)
# S4 method for DeltaMergeBuilder,Column
dlt_when_not_matched_insert_all(dmb, condition)
# S4 method for DeltaMergeBuilder,character
dlt_when_not_matched_insert_all(dmb, condition)