lowerCase | R Documentation |
Convert text to lower or upper case.
lowerCase(x)
upperCase(x)
x |
a character string. |
a character string coerced to the specified case.
casefold
, tolower
, toupper
.
x <- "A dog and a cat"
lowerCase(x)
upperCase(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.