capitalizeFirstLetter: Capitalize first letter

Description Usage Arguments Value Examples

View source: R/imarpe-auxiliar.R

Description

Function that capitalize only the first letter of a object and convert the rest of the object on lower case.

Usage

1

Arguments

x

A R object with elements to the character class.

Value

A object with the first letter of each element on capital letter.

Examples

1
capitalizeFirstLetter(x = c("the LAsT BOOK", "my favoURIte MOVIe"))

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.