View source: R/utility_functions.R
ulength | R Documentation |
Number of unique values.
ulength(x)
x |
object |
numeric
Nicholas Mikolajewicz
x <- c(1,1,1,1,2,2,2,3,)
n.x <- ulength(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.