Detect the numeric columns that appears as characters due to the presence of some character values in the column.
Source:R/convert_to_numeric.R
detect_to_numeric_columns.Rd
Detect the numeric columns that appears as characters due to the presence of some character values in the column.
Arguments
- scan_res
a data frame that corresponds to the result from the
scan_data()
function