left_join_error_no_match: left_join_error_no_match

View source: R/pipeline-helpers.R

left_join_error_no_matchR Documentation

left_join_error_no_match

Description

A restrictive version of left_join.

Usage

left_join_error_no_match(d, ..., ignore_columns = NULL)

Arguments

d

Data frame (typically from pipeline)

...

Rest of call to left_join

ignore_columns

Optional column name(s) to ignore, character vector

Details

Restrictive version of dplyr::left_join meant for replacing 'match' calls.

Value

Joined data.


JGCRI/gcamdata documentation built on March 21, 2023, 2:19 a.m.