Q. What will be the output of the following R code?
a <- (“a” , “b”)
mode(a)
a <- (“a” , “b”)
mode(a)
β
Correct Answer: (A)
Character
You must be Logged in to update hint/solution