powered by
A function converting a string to all uppercase
sf_toupper(x)
A stringfish vector where all lowercase is converted to uppercase
A character vector
Note: the function only converts ASCII characters.
toupper
x <- letters sf_toupper(x)
Run the code above in your browser using DataLab