Description Usage Arguments Value Examples
Make a vector free of NA and unique
1 | uniqueNonNA(x)
|
x |
A vector |
A unique vector without NA
1 2 | testVec <- c(3,4,5,NA,3,5)
uniqueNonNA(testVec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.