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
dplyr::inner_join(data.frame(a=NA), data.frame(a=NA), by="a", na_matches="never")
#> Error in `dplyr::inner_join()`:#> ! Can't convert `out[merge]$a` <logical> to match type of `a` <vctrs_unspecified>.
Any conversation on making na_matches = "never" the default argument? I wouldn't have expected that NA values would be joined by default, but maybe that's just me. Anyway, just wondering.
Created on 2023-03-22 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: