
De-capitalize the First Letter of a String to Lower Case
Source:R/manipulate_string.R
lower_first.RdTakes a character string and de-capitalizes the first letter, keeping the rest of the string unchanged.

R/manipulate_string.R
lower_first.RdTakes a character string and de-capitalizes the first letter, keeping the rest of the string unchanged.