View source: R/na_standardize.R
na_standardize | R Documentation |
Standardizing helper
na_standardize(x, na.rm = TRUE)
x |
Numeric variable. |
na.rm |
Logical. Should missing values be removed. Default TRUE. |
Standardized numeric variable.
na_standardize(c(1,4,2,5,7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.