Q36
What is the mode of 'a' in the following R code? a <- c(1,” a”, FALSE)
A.
Numeric
B.
Character
AnswerC.
Integer
D.
Logical
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board