roman: roman

Description Usage Arguments Value Author(s) See Also Examples

View source: R/roman.R

Description

A function to assist with the transliteration of non-roman writing systems.

Usage

1
roman(text,writingsystem="cyrillic")

Arguments

text

A character vector with text to be transliterated

writingsystem

character string with the name of the writing system of the text. Defaults to "cyrillic".

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

See Also

The "writingsystems" dataset

Examples

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

vdweijer/roman documentation built on Jan. 21, 2022, 12:16 a.m.