| sf_toupper {stringfish} | R Documentation |
A function converting a string to all uppercase
sf_toupper(x)
x |
A character vector |
Note: the function only converts ASCII characters.
A stringfish vector where all lowercase is converted to uppercase
toupper
x <- letters sf_toupper(x)