Skip to contents

Returns a normalized type string for a data.table column.

Usage

get_col_type(col)

Arguments

col

Column from a data.table.

Value

Character string: "numeric", "integer", "factor", "character", "logical", or the raw typeof.