Description Usage Arguments Value Author(s)
View source: R/data_manipulation.R
all variables that have a constant value are removed from a data frame
1 2 3 4 | discard_redundant(D, except, ...)
## Default S3 method:
discard_redundant(D, except = c())
|
D |
data frame |
except |
vector of column names to keep |
data frame
Martin Schmettow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.