View source: R/date_standardization_helpers.R
date_trim_outliers | R Documentation |
Trim dates outside of the defined timeframe
date_trim_outliers(new_dates, dmin, dmax, cols, original_dates)
new_dates |
A |
dmin |
A |
dmax |
A |
cols |
A |
original_dates |
A |
A <list>
of 2 elements: the update input vector where date
values that are out of the specified timeframe are replaced by NA
,
and a vector of the out of timeframe values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.