check_input_date_format | R Documentation |
Check whether the format of the date input is acceptable
check_input_date_format(date = parent.frame()$date)
date |
Vector. Either a 6-digit date in the format |
Check messages.
## Not run: if (interactive()) {
# get all dates available
all_dates <- get_all_dates_available()
# check dates
a <- check_date(200011, all_dates)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.