randrescastaneda / joyn

joyn provides a set of tools to analyze the quality of merging (i.e., joining) data frames. It is a JOY to join with joyn
https://randrescastaneda.github.io/joyn/
Other
7 stars 2 forks source link

Remove key #62

Closed RossanaTat closed 4 months ago

RossanaTat commented 4 months ago

Screenshot 2024-05-16 092515 PR is to remove datatable key after joining with joyn(). --> when executing a joyn::joyn, similarly to collapse, if sort = TRUE, the dt is sorted, if sort = FALSE, the dt is not sorted. In both cases, the resulting dt will never have a key by default so that it is up to the user to set it themselves.