uniquevalsperfeat | R Documentation |
Get number of unique values per features
uniquevalsperfeat(x, excludeNA = FALSE)
x |
matrix or data frame input |
excludeNA |
Logical: If TRUE, exclude NA values from unique count. |
Vector, integer of length NCOL(x)
with number of unique
values per column/feature
E.D. Gennatas
## Not run:
uniquevalsperfeat(iris)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.