firstlower | R Documentation |
Make the first letter in strings lowercase
firstlower(x)
x |
A vector of strings |
the same vector back, with the first letter non-capitalized for each vector element
library(gfutilities)
firstlower("Hello")
firstlower(c("Hello", "World"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.