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