Description Usage Arguments Details Value Author(s) References See Also Examples
Convert text to title case. I.e., capitalize each word. If strict is TRUE, force subsequent letters in each word to be lower case.
1 2 |
x |
character |
strict |
Shall non-first letters of words be coerced to lower case? |
... |
ignored |
The code for totitle
is borrowed from the R help for toupper
(capword).
character
Tim Bergsma
http://metrumrg.googlecode.com
toupper
tolower
1 | titleCase('THETA1')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.