check_date_format | R Documentation |
Check if character date is in specific format
check_date_format(date, format)
date |
character. Character representation of a date, e.g.
|
format |
character. strptime format the date should have, e.g.
|
NULL. Will stop and show error message if date does not have correct date format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.