dt_inspect_type: Inspect column types

View source: R/dt_ops.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, verbose = TRUE)

Arguments

x

data.table

cols

Character vector: columns to inspect.

verbose

Logical: If TRUE, print messages to console.

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.