na_standardize: Standardizing helper

View source: R/na_standardize.R

na_standardizeR Documentation

Standardizing helper

Description

Standardizing helper

Usage

na_standardize(x, na.rm = TRUE)

Arguments

x

Numeric variable.

na.rm

Logical. Should missing values be removed. Default TRUE.

Value

Standardized numeric variable.

Examples

na_standardize(c(1,4,2,5,7))

vjilmari/vjihelpers documentation built on May 23, 2022, 6:43 p.m.