View source: R/prune_02-A_oob.R
prune_oob_date | R Documentation |
Flag Rows Outside of a Given Date Range
prune_oob_date(data, cols, rng = c(-Inf, Inf))
data |
Dataframe. |
cols |
Names of columns to apply |
rng |
The range of date 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.