drop_var_no_variance | R Documentation |
Drop all variables with no variance
drop_var_no_variance(data)
data |
Data frame |
Data frame
data <- data.frame(a = 1:10, b = rep(1,10))
drop_var_no_variance(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.