Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Your challenge is to write a function called unique_nona() which takes in a vector and returns the unique values of the vector without any NA values. For example if I pass c(1, 1, 2, 2, NA), I will get back 1 2 as a result NOT 1 2 NA. Hint: This will invo

Prameela Rani answered on November 11, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


Your challenge is to write a function called unique_nona() which takes in a vector and returns the unique values of the vector without any NA values. For example if I pass c(1, 1, 2, 2, NA), I will get back 1 2 as a result NOT 1 2 NA. Hint: This will invo

0
Popularity 1/10 Helpfulness 1/10 Language whatever
Link to this answer
Share Copy Link
Contributed on Nov 11 2022
Prameela Rani
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.