prettifyVariablename | R Documentation |
Just split out words using '_' and capitalise first letter
prettifyVariablename(vn, tolower = FALSE)
vn |
A string to be prettified |
tolower |
Convert to lower case first? (Default: FALSE) |
output Prettified string
vn <- "ugly_name_of_thing"
prettyifyVariablename(vn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.