View source: R/check_helpers.R
check_date_range | R Documentation |
Checks if the provided date range is valid. It ensures that the date range contains exactly two valid dates and that the starting date is before the ending date. It is used internally in the package to validate date ranges provided by the user.
check_date_range(date_range)
date_range |
a character vector of length 2 containing the start and end dates. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.