Description Usage Arguments Value See Also Examples
Transform a character vector into a title case representation.
First, separate camelCase and alphanumeric boundaries into spaces
Second, split pieces by symbols or spaces
Third, use str_to_title
to glue pieces into title.
1 | str_case_title(x_chr)
|
x_chr |
character vector |
x_title character vector with same length as x_chr, but title format
Other str_case: str_case_snake
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.