transform_char | R Documentation |
Transform a text to upper case and maybe append some text at front of the beginning or at the end
transform_char(var = NULL, pre = "", post = "", toUpper = TRUE)
var |
(string) Text that should be transformed |
pre |
(string) Text that should be appended in front |
post |
(string) Text that should be appended at the end |
toUpper |
(logical) Should the text be transformed to upper case? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.