powered by
Remove leading and/or trailing white space from character vectors.
title_case(s, strict = FALSE, ignore = NULL)
a character vector
logical: if TRUE, only the first letter of each word is uppercase
character
Set string in title case.
tolower, toupper.
tolower
toupper
# NOT RUN { title_case("text mining") # }
Run the code above in your browser using DataLab