powered by
Convert text to lower or upper case.
lowerCase(x) upperCase(x)
a character string coerced to the specified case.
a character string.
casefold, tolower, toupper.
casefold
tolower
toupper
x <- "A dog and a cat" lowerCase(x) upperCase(x)
Run the code above in your browser using DataLab