left_joinFactors: left joinFactors

Description Usage Arguments Value Author(s)

Description

left join with homogenizing factors before

Usage

1
2
left_joinFactors(x, y, ..., fJoin = left_join, 
    .noWarningCols = character(0), .omitWarning = FALSE)

Arguments

x

left tbl to join

y

right tbl to join

...

further arguments to left_join or fJoin

fJoin

join function(x,y,...) to use

.noWarningCols

string vector: do not warn for the these columns

.omitWarning

Value

results of left_join or given alternative join function

Author(s)

Thomas Wutzler


bgctw/dplyrUtil documentation built on Nov. 11, 2020, 12:25 a.m.