get_Date | R Documentation |
The function is just a simple wrapper around the
base::as.Date()
as a reminder of the arguments required
to implement the base function. Provides a list of "try out"
formats.
get_Date(date_vals = NULL, date_format = NULL)
date_vals |
A character string or vector of character strings of time in the assumed ISO 8601 format of "YYYY-mm-dd". |
date_format |
A character string that defines the format of
|
A Date object(s)
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.