dt_inspect_type | R Documentation |
Will attempt to identify columns that should be numeric but are either character or factor by running inspect_type on each column.
dt_inspect_type(x, cols = NULL, verbose = TRUE)
x |
data.table |
cols |
Character vector: columns to inspect. |
verbose |
Logical: If TRUE, print messages to console. |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.