convert_jdate: Convert Japanese date format to date object

View source: R/convert-jyear.R

convert_jdateR Documentation

Convert Japanese date format to date object

Description

\Sexpr[results=rd, stage=render]{lifecycle::badge("maturing")}

Usage

convert_jdate(date, legacy = FALSE)

Arguments

date

A character object.

legacy

A logical to switch converter. If TRUE supplied, use the legacy converter instead of 'ICU' implementation.

Examples

convert_jdate("R3/2/27")
#> [1] "2021-02-27"
convert_jdate("\u4ee4\u548c2\u5e747\u67086\u65e5")
#> [1] "2020-07-06"

zipangu documentation built on Dec. 9, 2022, 9:07 a.m.