moodymudskipper / tb

IN ~PROGRESS my own take on `[.data.frame`
0 stars 0 forks source link

slice along should be robust to duplicates and not sort #27

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

The fact that slicing along sorts i and removes duplicates by groups can be surprising, would be great to avoid this

moodymudskipper commented 4 years ago

done