Description Usage Arguments Value See Also Examples
Convert first letters of all words in a string to capitals.
1 | fCap(x)
|
x |
Either a string or a vector of strings. |
The same string as input with all words starting in capital letters.
Other spMisc utilities:
bru()
,
clc()
,
clear()
,
isFALSE()
,
list_AddRm()
,
make.filenames()
,
open_wd()
,
printDuration()
,
regexp2df()
,
st01()
1 2 | fCap('laa laa laa')
##[1] "Laa Laa Laa"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.