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
I currently use dplyr::join_by() with closest(), but if/when I migrate to using collapse then an alternative is needed it doesn't do non-equi joins. I have written a function that works alright (in #98), but still need to ensure that it gives exactly the expected output for grouped data, and that the tests reflect that.
The text was updated successfully, but these errors were encountered:
I currently use
dplyr::join_by()
withclosest()
, but if/when I migrate to using collapse then an alternative is needed it doesn't do non-equi joins. I have written a function that works alright (in #98), but still need to ensure that it gives exactly the expected output for grouped data, and that the tests reflect that.The text was updated successfully, but these errors were encountered: