capitalize: Capitalize a string

Description Usage Arguments Value See Also Examples

View source: R/capitalize.R

Description

Puts the first letter of a string in uppercase. Used in some of the parse functions. Inspiration drawn from the examples of the toupper function.

Usage

1

Arguments

x

string to capitalize

Value

Capitalized string

See Also

parse

Examples

1
capitalize("capital")

adviso/RAdwordsPlus documentation built on Dec. 5, 2019, 3:11 a.m.