Description Usage Arguments Value Examples
find all duplicated ones
1 2 |
x |
can be number, strings, verctors, dataframe or matrix |
column_between |
TRUE is to detect the duplicated rows. |
row_between |
TRUE is to detect the duplicated columns. |
row_in |
TRUE is to detect the duplicated values in each row. |
column_in |
TRUE is to detect the duplicated values in each column. |
every |
TRUE is to detect the duplicated values in dataframe or matrix. |
TRUE as duplicated, FALSE as not
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.