is_date_format | R Documentation |
Checks if the data format x
complies with format
.
is_date_format(x, format = "%Y-%m-%d")
x |
object of class |
format |
required date format (see |
TRUE
if x
complies with format
,
and FALSE
otherwise.
is_date_format("2019-05-14", "%Y-%m-%d")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.