Learn R Programming

do (version 2.0.0.1)

unique_no.NA: Unique Without NA

Description

Unique Without NA

Usage

unique_no.NA(x)

Value

unique values with no NA

Arguments

x

vector

Examples

Run this code
x=c(1,2,3,1,NA)
unique(x)
unique_no.NA(x)

Run the code above in your browser using DataLab