Description Usage Arguments Value
View source: R/standardizeDT.R
returns DT with additional standardized numeric columns with '_std' appended to name
1 | standardizeDT(dt, cols = "all.numeric", log = F)
|
dt |
data frame of data table |
cols |
default processes all numeric cols, otherwise specified column names |
log |
if True returns standardized log |
dt with additional columns with '_std' added to name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.