0

I need to convert all words in a vector to upper format. Assume that I have this vector :

V <- c("Xyz", "zEr", "Zyx")

The result should be:

"XYZ" "ZER" "ZYX"

How can I do it please?

Davide Passaretti
  • 2,741
  • 1
  • 21
  • 32
Rprogrammer
  • 457
  • 2
  • 6
  • 19

0 Answers0