Learn R Programming

wrMisc (version 1.15.3.1)

.plusLowerCaps: Add lower caps to character vector

Description

This function allows adding all content as lower caps to/of character vector

Usage

.plusLowerCaps(x)

Value

This function returns a elongated character vector

Arguments

x

(character) main input

See Also

Examples

Run this code
.plusLowerCaps(c("Abc","BCD"))

Run the code above in your browser using DataLab