Description Usage Details Value Examples
View source: R/data_functions.R
Function to calculate the length of the numebr of unique elements in a data object.
1 | lunique(x)
|
Just a super convenient wrapper for the length(unique(x)) combination. See ?unique for more details.
The number of unique elements
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.