do (version 1.4.0.0)

unique_no.NA: Unique Without NA

Description

Unique Without NA

Usage

unique_no.NA(x)

Arguments

x

vector

Value

unique values with no NA

Examples

Run this code
# NOT RUN {
x=c(1,2,3,1,NA)
unique(x)
unique_no.NA(x)
# }

Run the code above in your browser using DataLab