inner_join_track: inner_join that shows how many rows match

View source: R/join_track.R

inner_join_trackR Documentation

inner_join that shows how many rows match

Description

inner_join that shows how many rows match

Usage

inner_join_track(x, y, by = NULL, suffix = c(".x", ".y"), .merge = FALSE, ...)

Arguments

x

dataset

y

dataset

by

A character vector of variables to join by

suffix

If there are non-joined duplicate variables in x and y, these suffixes will be added to the output to disambiguate them. Should be a character vector of length 2.

.merge

If TRUE, then joined dataset will contain a variable called .merge that indicates which dataset the row came from

...

dmbwebb/trackr documentation built on Oct. 19, 2024, 2:34 a.m.