Submitted by: Arun ; Assigned to: Nobody; R-Forge link
data.table has already a very efficient way for getting unique and duplicated. It takes 0.5 seconds where base's unique takes 8 seconds for example - check this benchmark on rpub.
Similarly, why not use the internal engine to generate set operations on data.table?
Condition: Number of columns and column classes should match.
Submitted by: Arun ; Assigned to: Nobody; R-Forge link
data.tablehas already a very efficient way for gettinguniqueandduplicated. It takes 0.5 seconds where base's unique takes 8 seconds for example - check this benchmark on rpub.Similarly, why not use the internal engine to generate set operations on
data.table?Condition: Number of columns and column classes should match.