View source: R/Visualization.R
firstup | R Documentation |
Set the first letter of a string vector to captial.
firstup(x)
x |
a string vector. |
Nothing
Return a string vector with first letter capital.
nothing
Wei Liu
None
x <- c("good", "Morning")
firstup(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.