Description Usage Arguments Value Examples
View source: R/func_how-many.R
This generic function calculates how many unique observations are in a vector
It is identical to length(unique(x))
. However, this function can be used on
either a vector or a data frame with a specified column. See the examples for
more details.
1 |
x |
Object such as a data.frame or vector |
... |
Additional arguments passed to or from other methods. |
An integer indicating how many unique observations are in the object.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.