prune_oob_num: Flag Rows Outside of a Given Numerical Range

View source: R/prune_02-A_oob.R

prune_oob_numR Documentation

Flag Rows Outside of a Given Numerical Range

Description

Flag Rows Outside of a Given Numerical Range

Usage

prune_oob_num(data, cols, rng = c(-Inf, Inf))

Arguments

data

Dataframe.

cols

Names of columns to apply func to. Must be a character vector with a minimum length of one.

rng

The range of numerical values. The values outside of rng will be identified with TRUE.

Value

Logical vector where TRUE indicates values outside of rng.

See Also

prune_proc


FrankLef/eflMuncher documentation built on July 9, 2022, 11:43 a.m.