powered by
Drops non numeric columns from a data.frame object
drop_non_numeric(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")))
Run the code above in your browser using DataLab