scale_transform()
transform specified columns in a data frame using
a provided scale. If divide = FALSE
, it's simply x * scale
, otherwise
it is x / scale
.
scale_transform()
transform specified columns in a data frame using
a provided scale. If divide = FALSE
, it's simply x * scale
, otherwise
it is x / scale
.