Ubuntu – Results from dplyr::join on UUID column differ between Linux and Mac OS
I am attempting to join 2 tibbles (dplyr::inner_join) based on a UUID column in each. Oddly, instead of the expected one-to-one relationship, the join produces a many-to-many relationship (as stated in a warning message and also indicated by the resulting…