drop_non_numeric {manymodelr}R Documentation

Drops non numeric columns from a data.frame object

Description

Drops non numeric columns from a data.frame object

Usage

drop_non_numeric(df)

Arguments

df

A data.frame object for which non-numeric columns will be dropped

Examples

 drop_non_numeric(data.frame(A=1:2, B=c("A", "B")))

[Package manymodelr version 0.3.7 Index]