Description Usage Arguments Value Examples
View source: R/date_functions.R
Converts a string in date format(dd-MMM-yy) into a R Date.
1 | StringToDate(x, century = F)
|
x |
Date string to be converted. |
century |
Informs if the string has the century included (dd-MM-yyyy). Default is F. |
Returns the date string as a date
1 2 | StringToDate("01-JAN-16")
StringToDate("01-JAN-2017", T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.