updateDF {Mosaic}R Documentation

updateDF

Description

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.

Usage

updateDF(a, b)

Arguments

a

source data.frame

b

target data.frame


[Package Mosaic version 0.7.2 Index]