Description Usage Arguments Details Value Examples
Change encoding of cyrillic text from "utf8" to "cp1251"
1 | str_utf2cp(x, backward = FALSE)
|
x |
the vector or data.frame of cyrillic characters |
backward |
(default FALSE) TRUE: utf8 to cp1251, FALSE: cp1251 to utf8 |
This function changes encoding of a vector or data.frame from "utf8" to "cp1251"
reencoded vector or data.frame
1 | str_utf2cp("привет")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.