fCap: [+] Convert first letters of all words to capitals

Description Usage Arguments Value See Also Examples

View source: R/fCap.R

Description

Convert first letters of all words in a string to capitals.

Usage

1
fCap(x)

Arguments

x

Either a string or a vector of strings.

Value

The same string as input with all words starting in capital letters.

See Also

Other spMisc utilities: bru(), clc(), clear(), isFALSE(), list_AddRm(), make.filenames(), open_wd(), printDuration(), regexp2df(), st01()

Examples

1
2
fCap('laa laa laa')
##[1] "Laa Laa Laa"

GegznaV/spMisc documentation built on April 26, 2020, 5:59 p.m.