updateDF: updateDF

View source: R/Functions_class_featureTable.R

updateDFR 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.

Usage

updateDF(a, b)

Arguments

a

source data.frame

b

target data.frame

Value

Returns the updated data.frame b


mjhelf/Metaboseek documentation built on April 23, 2022, 12:09 p.m.