R/utils_objective.R
get_col_type.Rd
Returns a normalized type string for a data.table column.
get_col_type(col)
Column from a data.table.
Character string: "numeric", "integer", "factor", "character", "logical", or the raw typeof.