Learn R Programming

joyn (version 0.2.4)

check_unmatched_keys: 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)

Value

error message

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"