firstup | R Documentation |
Capitalize the first letter in strings
firstup(x)
x |
A vector of strings |
the same vector back, with the first letter capitalized for each vector element
library(gfutilities)
firstup("hello")
firstup(c("hello", "world"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.