drop_non_numeric: Drops non numeric columns from a data.frame object

Description Usage Arguments Examples

View source: R/helpers.R

Description

Drops non numeric columns from a data.frame object

Usage

1

Arguments

df

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

Examples

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

manymodelr documentation built on Nov. 15, 2021, 5:07 p.m.