unmatched_keys: Check for unmatched keys

View source: R/dplyr-joins.R

unmatched_keysR Documentation

Check for unmatched keys

Description

Gives TRUE if unmatched keys, FALSE if not.

Usage

unmatched_keys(x, out, by)

Arguments

x

input table to join

out

output of join

by

by argument, giving keys for join

Value

logical


joyn documentation built on April 4, 2025, 5:23 a.m.