Description Usage Arguments Value Examples
Compute number of unique values for each level in a column.
1 | replyr_uniqueValues(x, cname)
|
x |
tbl or item that can be coerced into such. |
cname |
name of columns to examine, must not be equal to 'replyr_private_value_n'. |
unique values for the column.
1 2 | d <- data.frame(x=c(1,2,3,3))
replyr_uniqueValues(d,'x')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.