make_date | R Documentation |
Manipulate A Vector For Getting Correct Date-Time Types
make_date(x, date.string = TRUE)
x |
The vector to be modified. |
date.string |
Whether to return a date(-time) sting or and object. |
The modified vector by default (when date.string
is
TRUE
); otherwise an object of class Date
or POSIXct
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.