Vidyalelo
R Programming · Q20

R Programming Basics

Programming · R Programming · question 20

Q20

In R, what does the function tolower("WORLD") return?

A.
"world"
Answer
B.
"WORLD"
C.
"wOrLd"
D.
"World"

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board