unique_no.NA | R Documentation |
Unique Without NA
unique_no.NA(x)
x |
vector |
unique values with no NA
x=c(1,2,3,1,NA)
unique(x)
unique_no.NA(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.