date_i_guess_and_convert | R Documentation |
This function tries converting a single character string into a well-formatted date, but still returning a character. If it can't convert it, it returns NA.
date_i_guess_and_convert(x)
x |
A |
If the format cannot be resolved, the function returns NA
; if
a matching format is found, it returns the <vector>
of the
converted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.