Description Usage Arguments Value Author(s) Examples
odfTranslate
converts some XML modified characters (such as
>
) to R code (>
). This function also tries to mistake proof the code by anticipating characters that might be in UTF-8 encoding to R compliant characters (e.g. OpenOffice may convert some characters. For example, " will become a UTF-8 character, which R will choke on).
1 | odfTranslate(x, toR = TRUE)
|
x |
a character vector |
toR |
a logical. If |
a character vector
Max Kuhn and Nathan Coulter
1 2 3 | y <- "This is an "interesting" function."
cat(odfTranslate(y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.