Description Usage Arguments Value Examples
Convert encoding of a data.frame
.
1 | convertEncoding(x, from_encoding = "UTF-8", to_encoding = "ISO-8859-1")
|
x |
Data.frame to convert |
from_encoding |
Character string describing the current encoding. |
to_encoding |
Character string describing the target encoding. |
A data.frame in the target encoding.
1 2 | tab_cgl <- data.frame(a = c("encodings", "nightmare"), b = c("ñ", "o"))
convertEncoding(tab_cgl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.