powered by
Capitalizes the first letter of each element of the string vector.
capitalize(string)
String to be capitalized
Returns a vector of charaters with the first letter capitalized
# NOT RUN { capitalize(c("Hello", "bob", "daN")) # }
Run the code above in your browser using DataLab