rowIndexes {heuristica} | R Documentation |
Wrapper to output two columns, row 1 and row 2.
Description
Using rowPairApply, this can generate two columns, which by default are called "Row1" and "Row2"
Usage
rowIndexes(rowIndexColNames = c("Row1", "Row2"))
Arguments
rowIndexColNames |
An optional vector of 2 strings for column names. |
Value
An object of class rowIndexes, which implements createFunction. Users will generally not use this directly– rowPairApply will.
See Also
createFunction
which is what the returned object implements.
rowPairApply
which uses createFunction.
[Package heuristica version 1.0.3 Index]