simpleencode | R Documentation |
Title Change character encoding to UTF-8 with optional case management
simpleencode(x, case = "none")
x |
Character object or vector to encode. |
case |
Optional; Default is none (no formatting). Other options are upper, lower or title. |
returns the input encoded to UTF-8
x <- "troublesome character string"
x <- simpleencode(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.