View source: R/supporting_functions.R
| camel_clean | R Documentation |
Convert a text string from the format "CamelCase" to "Camel Case". This is used for converting variable names such as "LevelDesignation" to "Level Designation" for the purpose of prettifying plot labels.
camel_clean(string)
string |
A string vector in 'CamelCase' format to format |
Returns a formatted string.
Other Support:
any_idate(),
check_inputs(),
cut_hour(),
extract_date_range(),
extract_hr(),
heat_colours(),
is_date_format(),
maxmin(),
pairwise_count(),
read_preamble(),
rgb2hex(),
totals_bind(),
totals_col(),
tstamp(),
us_to_space(),
wrap()
camel_clean("NoteHowTheStringIsFormatted")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.