View source: R/prune_02-A_oob.R
prune_oob_num | R Documentation |
Flag Rows Outside of a Given Numerical Range
prune_oob_num(data, cols, rng = c(-Inf, Inf))
data |
Dataframe. |
cols |
Names of columns to apply |
rng |
The range of numerical values. The values outside of |
Logical vector where TRUE indicates values outside of rng
.
prune_proc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.