Returns the number of non-NA unique elements in a vector. A
wrapper to length( unique( x[!is.na(x)], ... ) )
.
Primarily intended for interactive, not programmatic, use.
1 |
x |
a vector |
... |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.