NEWS.md
match_fun
, multi_match_fun
, and index_match_fun
.max_overlaps
in interval_join
interval_join
, which joins tables on cases where (start, end) intervals overlap between the two columns. This adds IRanges from Bioconductor to SUGGESTS.genome_join
, which is a more specific case of interval_join
that joins tables on based on (chromosome, start, end), where the chromosome must agree and (start, end) must overlap.index_match_fun
argument to fuzzy_join
, which handles functions (such as interval_join
and genome_join
) that operate on the original columns rather than all pairs of columnsdistance_col
argument. This is available in difference_join
, distance_join
, stringdist_join
, and geo_join
(#10)