dt_inspect_type: Inspect column types

View source: R/utils_data.table.R

dt_inspect_typeR Documentation

Inspect column types

Description

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.

Value

Character vector.

Author(s)

EDG


egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.