check_unmatched_keys: Conduct all unmatched keys checks and return error if...

View source: R/dplyr-joins.R

check_unmatched_keysR Documentation

Conduct all unmatched keys checks and return error if necessary

Description

Conduct all unmatched keys checks and return error if necessary

Usage

check_unmatched_keys(x, y, out, by, jn_type)

Arguments

x

left table

y

right table

out

output from join

by

character vector of keys that x and y are joined by

jn_type

character: "left", "right", or "inner"

Value

error message


randrescastaneda/joyn documentation built on Dec. 20, 2024, 6:51 a.m.