Closed scottgigante closed 5 years ago
I have the same issue. Have you found a solution?
This is now fixed in the GitHub version (likely up on CRAN this week). thanks for the report!
BTW, this happened because there was only one dimension. A workaround would have been to use difference_inner_join
instead with the same arguments.
Thanks for the fix and the explanation!
I have two
tibble
s with a column calledpos
on which I am trying to perform adistance_inner_join
.When I run
distance_inner_join
, I get the following error:and the traceback:
Installed the latest version from GitHub today 2018-07-23.