Q. What is the mode of 'a' in the following R code?
a <- c(1,” a”, FALSE)
a <- c(1,” a”, FALSE)
β
Correct Answer: (B)
Character
You must be Logged in to update hint/solution