rm_empty_cols | R Documentation |
Remove columns with unique value.
rm_empty_cols(data)
data |
a data.frame with columns with unique values |
data.frame
data <- data.frame(var1 = letters[1:10],
var2 = rnorm(10),
var3 = "a")
data <- rm_empty_cols(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.