Description Usage Arguments Value See Also Examples
A summaryFunction
type function, intended to be called from
summarize
to be called from summarize
, which counts the
number of unique (excluding NA
s) values in a variable.
1 | uniqueValues(v, ...)
|
v |
A variable (vector). |
... |
Not in use. |
An object of class summaryResult
with the following entries:
$feature
("No. unique values") and $result
(the number of unique
values in v
).
summaryFunction
, summarize
, summaryResult
,
allSummaryFunctions
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.