sunique | R Documentation |
Derive the unique values in a vector and sort the result
sunique(x)
x |
values to be uniqued and sorted |
Sorted unique values in vector x
This function is different from sort(unique(x))
which omits any NAs in the result. sunique
lunique
sunique(round(100*runif(100)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.