nonConstInd {folda} | R Documentation |
Identify Non-Constant Columns in a Data Frame
Description
Identify Non-Constant Columns in a Data Frame
Usage
nonConstInd(data, tol = 1e-08, na.rm = FALSE)
Arguments
data |
A data frame in which columns will be checked for constant values. Columns can be of any type (numeric, integer, logical, or factor). |
tol |
A numeric tolerance value (default is |
na.rm |
A logical value. If |
Value
An integer vector containing the indices of the non-constant columns in the data frame. If all columns are constant, an empty vector is returned.
[Package folda version 0.1.0 Index]