View source: R/utils_data.table.R
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, verbosity = 1L)
x |
data.table |
cols |
Character vector: columns to inspect. |
verbosity |
Integer: Verbosity level. |
Character vector.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.