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