Introduction
Greetings, useR! Today, we’re exploring a handy function from base R that will help with string manipulation: toupper(). This little function is the complement to tolower() which I have previously written about. Let’s take a look!

Continue reading: Converting Text to Uppercase with toupper() in …