Description Usage Arguments Details
Find duplicates in a vector
1 2 3 4 5 |
x |
an object of type |
incomparables |
passed on to |
fromLast |
not supported. |
... |
passed on to |
Because this function works on chunks of data the data first needs to be
sorted. Since a non stable sort is used, which of the duplicates is marked
as duplicate is undefined. This is unlike the regular
duplicated
in which fromLast
determines which records
are marked as duplicates.
The function processes the data in chunks. The size of the chunks can be
controlled using the option 'chunk_size' (see chunk
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.