Description Usage Arguments Details Value Author(s)
Convert a character vector to title case, less carefully than toTitleCase
does. Unlike toTitleCase
, requires loading no packages (other than this one).
1 |
text |
A character string to be converted to title case. |
Modified by Ryan Kyle, based on function from https://stackoverflow.com/questions/6364783/capitalize-the-first-letter-of-both-words-in-a-two-word-string.
A character vector of the same length as text
, without names.
Andrie de Vries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.