safe_left_join: safe_left_join

Description Usage Arguments

Description

left join that fails if a row in x is either duplicated or unmatched.

Usage

1
safe_left_join(x, y, by = NULL, verbose = TRUE)

Arguments

x

table to join

y

table to join

by

a character vector of column names to join by.

verbose

Default is TRUE.


wkostelecki/wtils documentation built on May 29, 2019, 2:29 p.m.