Description Usage Arguments Details Value Author(s)
count.duplicates
counts how many times each row appears
in the input data frame
1 | count.duplicates(DF)
|
DF |
the data frame whose rows will be counted |
This function returns a new data frame, with the unique rows of the input one, and an additional column, counting how many times each row appears.
a data frame with unique rows, followed by an additional column which counts the number of times each row was found in the input data frame.
Simona Constantinescu, simona.constantinescu@bsse.ethz.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.