normalize_data | R Documentation |
Normalize a set of numeric variables in a dataset between 0 and 1. Non-numeric data will be skipped
normalize_data(data, columns)
data |
is data frame to be normalized |
columns |
is list of columns to be normalized |
normalized data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.