firstup | R Documentation |
Capitalize the first character of string(s)
firstup(x)
x |
list of strings |
List of strings with the first character capitalized
Vinh Tran tran@bio.uni-frankfurt.de
ll <- c("one", "tWO", "Three")
taxFun:::firstup(ll)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.