You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitted by: M C; Assigned to: Arun ; R-Forge link
Calling anyDuplicated on a data.table currently calls anyDuplicated.data.frame and anyDuplicated.default, when any(duplicated.data.table(.)) would be faster on large data tables.
Suggest a simple redirect to the duplicated.data.table method, which would also respect the other arguments in duplicated.data.table.