Q66
What will be the output of the following R code? x <- (“a”, “b”) as.logical(x)
A.
a b
B.
"a" "b"
C.
1 1
D.
Error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board