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

Collapse message CU-8687a4mwt #46

Closed randrescastaneda closed 6 months ago

randrescastaneda commented 7 months ago

Hi @zander-prinsloo ,

To avoid displaying warnings from collapse or data.table I encapsulated the joyn workhorse into a trycatch call. It is inefficient in warnings, but in this way, we avoid returning warnings from other packages. This guarantees that we are in control of the messages.

randrescastaneda commented 7 months ago

Task linked: CU-8687a4mwt solve collapse warning message