drop_non_numeric | R Documentation |
Drops non numeric columns from a data.frame object
drop_non_numeric(df)
df |
A data.frame object for which non-numeric columns will be dropped |
drop_non_numeric(data.frame(A=1:2, B=c("A", "B")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.