discard_redundant: Remove redundant variables

Description Usage Arguments Value Author(s)

View source: R/data_manipulation.R

Description

all variables that have a constant value are removed from a data frame

Usage

1
2
3
4
discard_redundant(D, except, ...)

## Default S3 method:
discard_redundant(D, except = c())

Arguments

D

data frame

except

vector of column names to keep

Value

data frame

Author(s)

Martin Schmettow


schmettow/mascutils documentation built on May 12, 2020, 11:39 a.m.