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

View source: R/helpers.R

drop_non_numericR 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")))

manymodelr documentation built on April 4, 2025, 12:01 a.m.