detect_to_numeric_columns {cleanepi} | R Documentation |
Detect the numeric columns that appears as characters due to the presence of some character values in the column.
Description
Detect the numeric columns that appears as characters due to the presence of some character values in the column.
Usage
detect_to_numeric_columns(scan_res, data)
Arguments
scan_res |
A |
data |
The input |
Value
a <vector>
of column names to be converted into numeric
[Package cleanepi version 1.1.1 Index]