Q. What will be the output of the following R code?
y <- c(TRUE, 2)
β
Correct Answer: (D)
[1] 1 2
You must be Logged in to update hint/solution