Vidyalelo
R Programming · Q19

Data Structures in R Programming

Programming · R Programming · question 19

Q19

What is the result of length(unique(c(1, 2, 3, 1, 2))) in R?

A.
3
Answer
B.
5
C.
2
D.
4

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board