firstup {PRECAST} | R Documentation |
Set the first letter of a string vector to captial
Description
Set the first letter of a string vector to captial.
Usage
firstup(x)
Arguments
x |
a string vector. |
Details
Nothing
Value
Return a string vector with first letter capital.
Note
nothing
Author(s)
Wei Liu
See Also
None
Examples
x <- c("good", "Morning")
firstup(x)
[Package PRECAST version 1.6.5 Index]