View source: R/reportfunctions.R
bbDistinctCount | R Documentation |
Performs a distinct count of Items in a vector while omiting NAs. Basically a wrapper for dplyrs n_distinct
bbDistinctCount(x)
x |
a vector |
bbDistinctCount
Stefan Bartels, email@biobits.eu
## Not run:
bbDistinctCount(c(12,15,12,17,19,22,24,23,23,66,78,65,34,NA))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.