Vidyalelo
R Programming · Q29

R Programming Basics

Programming · R Programming · question 29

Q29

What is the purpose of the unique() function in R?

A.
Remove duplicate elements from a vector
Answer
B.
Identify unique elements in a vector
C.
Create a vector of unique values
D.
Find the maximum unique value

Answer: Option A

Solution

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