View source: R/string_manipulation.R
rt_pretty_text | R Documentation |
Changes strings to "pretty" strings. Ignores other datatypes else.
rt_pretty_text(values)
values |
a string vector |
library(ggplot2) rt_pretty_text(c('abc', 'ABC', 'abc/xyz'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.