colMatcher: colMatcher

Description Usage Arguments Value

Description

Determines if any two columns of a data.frame or matrix are identical.

Usage

1
colMatcher(x, return_index = FALSE)

Arguments

x

The matrix or data.frame

return_index

logical. If TRUE, returns which two columns are identical.

Value

If return_index = FALSE, returns TRUE if any columns matched. If return_index = TRUE, returns matrix indicating which columns matched. Always returns FALSE if no columns matched.


TimothyKBook/rutilstb documentation built on May 9, 2019, 4:48 p.m.