str_tolower {textTools} | R Documentation |
Calls base::tolower(), which converts letters to lowercase. Only included to point out that base::tolower exists and should be used directly.
str_tolower(x)
x |
A vector or string. |
x, converted to lowercase.
str_tolower(c("ALLCAPS", "Some capS"))