roman: Transliteration into roman writing system.

Usage Arguments Value Author(s) Examples

View source: R/roman.R

Usage

1
roman(text,writingsystem="cyrillic")

Arguments

text

character vector with text to be transliterated

writingsystem

character string with the name of the writing system of the text. Defaults to "cyrillic". The only other option, at present, is "greek".

Value

The function returns a character vector with the tranlisterated text. Characters that are not recognized are returned as NA

Author(s)

Joost van de Weijer

Examples

1
2
roman("Καλημέρα","greek")
roman("Здравствуйте!","cyrillic")

vdweijer/supply documentation built on June 28, 2021, 7:45 a.m.