Converts all columns in a data.frame to use the same system of units
Usage
standardize_units(
data,
.cols = tidyselect::eval_select(is.numeric, data),
Units = NULL
)
Converts all columns in a data.frame to use the same system of units
standardize_units(
data,
.cols = tidyselect::eval_select(is.numeric, data),
Units = NULL
)