check_end_after_start_date | R Documentation |
check that end_date occurs after start_date
check_end_after_start_date(start_date, end_date)
start_date |
vector of start dates |
end_date |
vector of end dates |
## Not run:
start_date <- check_dates(c("1/1/21", "1/2/21", "1/3/21"))
end_date <- check_dates(c("1/7/21", "1/8/21", "1/9/20"))
check_end_after_start_date(start_date, end_date)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.