rowIndexes: Wrapper to output two columns, row 1 and row 2.

View source: R/row_pair_apply.R

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


jeanimal/heuristica documentation built on Feb. 3, 2024, 9:56 p.m.