Learn R Programming

zipangu (version 0.3.2)

kana: Create kana vector

Description

lifecycle::badge("experimental") Generates a vector consisting of the elements of kana. Options exist for the inclusion of several elements.

Usage

kana(type, ...)

hiragana( core = TRUE, dakuon = FALSE, handakuon = FALSE, kogaki = FALSE, historical = FALSE )

katakana( core = TRUE, dakuon = FALSE, handakuon = FALSE, kogaki = FALSE, historical = FALSE )

Arguments

type

"hiragana" ("hira") or "katakana" ("kata")

...

Arguments passed on to hiragana

core

is include core kana characters.

dakuon

e.g. ga, gi, gu, ge, go

handakuon

e.g. pa, pi, pu, pe, po

kogaki

small character

historical

old style

Examples

Run this code
kana(type = "hira", core = TRUE)
kana(type = "hira", core = TRUE, handakuon = TRUE)

Run the code above in your browser using DataLab