util_looks_like_missing: Check for repetitive values using the digits 8 or 9 only

View source: R/util_looks_like_missing.R

util_looks_like_missingR Documentation

Check for repetitive values using the digits 8 or 9 only

Description

Values not being finite (see is.finite) are also reported as missing codes.

Usage

util_looks_like_missing(x, n_rules = 1)

Arguments

x

numeric vector to test

n_rules

numeric Only outlying values can be missing codes; at least n_rules rules in acc_univariate_outlier match

Value

logical indicates for each value in x, if it looks like a missing code

See Also

acc_univariate_outlier


dataquieR documentation built on July 26, 2023, 6:10 p.m.