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
Documentation for duplicated reads
"duplicated returns a logical vector indicating which rows of a data.table have duplicate rows (by key)"
I think it should be replaced by something closer to the base R documentation:
"duplicated() returns a logical vector indicating which rows of a data.table are duplicates of a row with smaller subscripts"
The text was updated successfully, but these errors were encountered:
matthieugomez
changed the title
duplicated documentation
Documentation for duplicated
Oct 9, 2014
Documentation for duplicated reads
"duplicated returns a logical vector indicating which rows of a data.table have duplicate rows (by key)"
I think it should be replaced by something closer to the base R documentation:
"duplicated() returns a logical vector indicating which rows of a data.table are duplicates of a row with smaller subscripts"
The text was updated successfully, but these errors were encountered: