addNewData: Modifies data by adding new values from table...

Description Usage Arguments Value

Description

Within the column given by newVariable, replace values that match lookupValue within column lookupVariable with the value newValue. If lookupVariable is NA, then replace all elements of newVariable with the value newValue. Note that lookupVariable can be the same as newVariable.

Usage

1
addNewData(studyName, data)

Arguments

studyName

Name of a study in data folder.

data

existing data.frame (from addAllColumns)

Value

modified data.frame


dfalster/dataMashR documentation built on May 15, 2019, 5:11 a.m.