setDataFieldByKeys.BaseFileSection {aroma.Base}R Documentation

Sets a data field by another key field

Description

Sets a data field by another key field.

Usage

## S3 method for class 'BaseFileSection':
setDataFieldByKeys(this, byField, keys, field, values, ...)

Arguments

byField A string character string of an existing column.
keys Rows with these values on the key field will be returned.
field A string character string of an existing column.
... Arguments with names of keys and values to be assigned to the field.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]