Learn R Programming

TDMR (version 2.2)

tdmPreFindConstVar: Find constant columns.

Description

Find all those columns in data frame dset which are completely constant or completely NA and return a vector with their names.

Usage

tdmPreFindConstVar(dset)

Arguments

dset

data frame

Value

name vector of constant columns