Description Usage Arguments Examples
A function that given a vector returns only the unique elements that are not NA or epty characters (""). Function unique does keep NA in the output
1 | uniquenona(x)
|
x: |
vector of characters |
1 | uniquenona(c(LETTERS[1:10],"",NA))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.