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