Que: 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
Answer: Error

Leave a Comment