
Compute number of unique values for each level in a column.
replyr_uniqueValues(x, cname)
tbl or item that can be coerced into such.
name of columns to examine, must not be equal to 'replyr_private_value_n'.
unique values for the column.
# NOT RUN {
d <- data.frame(x=c(1,2,3,3))
replyr_uniqueValues(d,'x')
# }
Run the code above in your browser using DataLab