Description Usage Arguments Value Examples
Checks that a list of indexes areunique
1 | checkUniqueness(df_indices)
|
df_indices |
A vector of values |
Boolean - true if all values in vector are unique, false if not
1 2 | ## Not run: checkUniqueness(c('car','van','van'))
## Not run: checkUniqueness(c('car','van','bus'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.