class_make | R Documentation |
mdate
from multiple variablesComposes mdate
from multiple variables
make_messydate(..., resequence = FALSE)
... |
One (yyyy-mm-dd), two (yyyy-mm-dd, yyyy-mm-dd), or three (yyyy, mm, dd) variables. |
resequence |
Users have the option to choose the order for
ambiguous dates with or without separators (e.g. "11-01-12" or "20112112").
|
If three date variables are passed to make_messydate()
,
function will create a single date (yyyy-mm-dd) from it.
If two date variables are passed to make_messydate()
,
function will create a range of dates from it (yyyy-mm-dd..yyyy-mm-dd).
If one date variable is passed to make_messydate()
,
function defaults to as_messydate()
.
make_messydate("2010", "10", "10")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.