powered by
Set the first letter of a string vector to captial.
firstup(x)
Return a string vector with first letter capital.
a string vector.
Wei Liu
Nothing
None
x <- c("good", "Morning") firstup(x)
Run the code above in your browser using DataLab