Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


berryFunctions (version 1.17.0)

toupper1: capitalize words

Description

capitalizes the first letter of character strings using toupper

Usage

toupper1(x)

Arguments

x

Character vector

Value

character string vector

Details

Basically just a one-liner using toupper

See Also

toupper, substr

Examples

Run this code
# NOT RUN {
toupper1("berry")
toupper1(c("berRy","likes to code"))

# }

Run the code above in your browser using DataLab