lunique | R Documentation |
Derive the length (number) of unique values in a vector
lunique(x)
x |
values to be uniqued |
Number of unique values in vector x
sunique
lunique(1:10)
lunique(c(1,1,2,2,3,3,4,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.