A restrictive version of left_join
.
left_join_error_no_match(d, ..., ignore_columns = NULL)
Data frame (typically from pipeline)
Rest of call to left_join
Optional column name(s) to ignore, character vector
Joined data.
Restrictive version of dplyr::left_join meant for replacing `match` calls.