.plusLowerCaps {wrMisc} | R Documentation |
Add lower caps to character vector
Description
This function allows adding all content as lower caps to/of character vector
Usage
.plusLowerCaps(x)
Arguments
x |
(character) main input |
Value
This function returns a elongated character vector
See Also
Examples
.plusLowerCaps(c("Abc","BCD"))
[Package wrMisc version 1.15.1 Index]