Skip to contents

Will attempt to identify columns that should be numeric but are either character or factor by running inspect_type on each column.

Usage

dt_inspect_type(x, cols = NULL, verbosity = 1L)

Arguments

x

data.table

cols

Character vector: columns to inspect.

verbosity

Integer: Verbosity level.

Author

EDG