View source: R/string-manipulation.R
make_pretty_name | R Documentation |
Takes input and applies the following functions to it
make_capital_letters()
make_pretty_name(string, make.pretty = TRUE, ...)
make_pretty_names(strings, ...)
make_pretty_levels(fct, ...)
string |
Character value. Returns input as is if it is not a character value. |
make.pretty |
Logical. If set to FALSE the input string is returned. |
... |
Additional argument given to |
strings |
Character vector. |
fct |
Factor. |
A more aesthetically pleasing version of the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.