translit: converts text string in cyrillic into latin text string

Description Usage Arguments Value

View source: R/translit.R

Description

converts text string in cyrillic into latin text string (letter by letters) digits and latin symbols stay at place, space is replaced on "space", other symbols are deleted

Usage

1
translit("<c3><ac><c3><ae><c3><bf> <c3><a6><c3><a8><c3><a7><c3><ad><c3><bc>", space = "_")

Arguments

str

is string or vector of strings in cyrillic

space

is string to replace space, "_" - by default

Value

converts text string in cyrillic into latin text string


Grag2015/mytools documentation built on May 6, 2019, 6:30 p.m.