gen_missing_dates | R Documentation |
gen_missing_dates
takes a sequence of dates and finds missing
month-end dates. It uses the function gen_month_ends
to
generate a sequence of month-end dates between the first and last date in
x
.
gen_missing_dates(x = NULL)
x |
Vector of dates |
Used in scripts: Robust function: FALSE
If multiple dates are missing, it returns a vector of dates. If one date is missing, it returns a single date and if no dates are missing it returns NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.