| updateDF {Mosaic} | R Documentation |
Update dataframe b with data from dataframe a; must have equal number of rows Existing data in b will be overridden if columns by the same name exist in a, and retained otherwise. Additional columns in a will be transferred to b. Returns an updated data.frame b.
updateDF(a, b)
a |
source data.frame |
b |
target data.frame |