powered by
Make a vector free of NA and unique
uniqueNonNA(x)
A unique vector without NA
A vector
testVec <- c(3,4,5,NA,3,5) uniqueNonNA(testVec)
Run the code above in your browser using DataLab