View source: R/str_to_firstup.R
str_to_firstup | R Documentation |
Capitalize the first character of a string without altering case of any other character.
str_to_firstup(string)
string |
String to modify |
str_to_firstup("age at death")
str_to_firstup("baseline BMI")
c("age at death", "baseline BMI") %>% str_to_firstup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.