title_case | R Documentation |
Remove leading and/or trailing white space from character vectors.
title_case(s, strict = FALSE, ignore = NULL)
s |
a character vector |
strict |
logical: if TRUE, only the first letter of each word is uppercase |
ignore |
character |
Set string in title case.
a character vector
Enrico Schumann
tolower
, toupper
.
title_case("text mining")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.