The functions take in the standard dplyr arguments. Note that the na_matches argument in dplyr is currently not active. dplyr users have the option of matching rows when keys are NA by keeping the default as na_matches = "na" or by changing the default argument to prevent NAs from matching, setting na_matches = "never". In these dplyr joins, only na_matches = "na" is currently active.
Adding dplyr joins, namely
The functions take in the standard
dplyr
arguments. Note that thena_matches
argument indplyr
is currently not active.dplyr
users have the option of matching rows when keys are NA by keeping the default asna_matches = "na"
or by changing the default argument to prevent NAs from matching, settingna_matches = "never"
. In thesedplyr
joins, onlyna_matches = "na"
is currently active.