capitalize the first letter of a string
capitalize.RdCapitalizes the first letter of each element of the string vector.
Examples
capitalize(c("Hello", "bob", "daN"))
#> [1] "Hello" "Bob" "DaN"
capitalize.RdCapitalizes the first letter of each element of the string vector.
capitalize(c("Hello", "bob", "daN"))
#> [1] "Hello" "Bob" "DaN"