powered by
A function converting a string to all lowercase
sf_tolower(x)
A stringfish vector where all uppercase is converted to lowercase
A character vector
Note: the function only converts ASCII characters.
tolower
if(getRversion() >= "3.5.0") { x <- LETTERS sf_tolower(x) }
Run the code above in your browser using DataLab