Description Usage Arguments Note
An wrapper of lubridate::ymd()
to enable paring Japanese gengo. Meiji, Taisyo, Syowa, Heisei, and Reiwa can be recognized.
1 2 3 4 5 6 7 8 9 10 11 | jymd(..., quiet = FALSE, tz = "Asia/Tokyo",
locale = Sys.getlocale("LC_TIME"), truncated = 0)
jymd_h(..., quiet = FALSE, tz = "Asia/Tokyo",
locale = Sys.getlocale("LC_TIME"), truncated = 0)
jymd_hm(..., quiet = FALSE, tz = "Asia/Tokyo",
locale = Sys.getlocale("LC_TIME"), truncated = 0)
jymd_hms(..., quiet = FALSE, tz = "Asia/Tokyo",
locale = Sys.getlocale("LC_TIME"), truncated = 0)
|
... |
a character or numeric vector of suspected dates |
quiet |
logical. When TRUE function evalueates without displaying customary messages. |
tz |
Time zone indicator. If |
locale |
locale to be used, see locales. On linux systems you
can use |
truncated |
integer. Number of formats that can be truncated. |
tz
argument has default value as "Asia/Tokyo"
unlike NULL
in lubridate::ymd()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.