Description Usage Arguments Details Value
View source: R/convinience_functions.R
are all rows unique, TRUE/FALSE.
1 |
DT |
a data.frame |
are all rows unique, TRUE/FALSE
This function returns a logical value
TRUE if all rows are unique, FALSE if they are not. ... is passed on to uniqueN from data.table, where the columns to check uniqueness to can be supplied as well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.