jpera_to_date | R Documentation |
Work like as.Date but Japanese Era can be allowed, which is represented as %E in format. Default formats are "R1-04-03" or "R1.04.03".
jpera_to_date(str, tryFormats = c("%E-%m-%d", "%E.%m.%d"), ...)
str |
target character or sequence of character. |
tryFormats |
format of str for reading JP era and other date data. %E mean era. The other options follows as.Date function. |
... |
arguments passing to as.Date function |
Date class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.