Learn R Programming

eye (version 1.2.1)

remCols: Remove cols from selected cols

Description

Helper for blink(). Removes columns that only contain values fct_levels or binary from selected columns (currently for both automatically and manually selected columns). fct_levels are removed because they are likely categorical codes.

Usage

remCols(x, cols, fct_level)

Arguments

x

data frame

cols

cols

fct_level

Remove columns for reveal and va when all unique values fall into the range of fct_level

Value

logical vector