checkClass: look for non-numeric columns and correct them to numeric

Usage Arguments Details Value Examples

View source: R/checkClass.R

Usage

1
checkClass(x, cols = NULL)

Arguments

x

A data.frame (not matrix).

cols

specific columns of x. If NULL (default), the complete x is class-checked.

Details

look for non-numeric columns and correct them to numeric by the function rmNonNumeric

Value

a numeric vector, data.frame or matrix with

Examples

1
2

mathphysmx/cleanTable documentation built on May 29, 2019, 2:51 p.m.