reduce_join_list: Join a table list

View source: R/Common.R

reduce_join_listR Documentation

Join a table list

Description

Join a table list

Usage

reduce_join_list(
  list.df,
  sfx = NULL,
  by = NULL,
  full = FALSE,
  inner = FALSE,
  left = FALSE,
  right = FALSE
)

Arguments

list.df

List of data.frame

sfx

If not specified, use list element names instead

by

A character vector of variables to join by.

full

If TRUE, use full_join

inner

If TRUE, use inner_join

left

If TRUE, use left_join

right

If TRUE, use right_join


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.