Learn R Programming

ribiosUtils (version 1.5-6)

uniqueNonNA: Make a vector free of NA and unique

Description

Make a vector free of NA and unique

Usage

uniqueNonNA(x)

Arguments

x

A vector

Value

A unique vector without NA

Examples

Run this code
# NOT RUN {
testVec <- c(3,4,5,NA,3,5)
uniqueNonNA(testVec)

# }

Run the code above in your browser using DataLab