Detect the numeric columns that appears as characters due to the presence of some character values in the column.
detect_to_numeric_columns(scan_res, data)
a <vector>
of column names to be converted into numeric
A <data.frame>
that corresponds to the result from the
scan_data
function
The input <data.frame>
or <linelist>