Q19
What is the result of length(unique(c(1, 2, 3, 1, 2))) in R?
A.
3
AnswerB.
5
C.
2
D.
4
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board