scaling variables using standardization or normalization
var_scale(dt, var_skip = NULL, type = "standard", ...)
a data frame or vector
Name of variables that will skip for scaling Defaults to NULL.
type of scaling method, including standard or minmax.
Additional parameters.