unique_no.NA {do} | R Documentation |
Unique Without NA
Description
Unique Without NA
Usage
unique_no.NA(x)
Arguments
x |
vector |
Value
unique values with no NA
Examples
x=c(1,2,3,1,NA)
unique(x)
unique_no.NA(x)
[Package do version 2.0.0.0 Index]