unionDFs: Union dataframes with non-matching column-names / numbers

Description Usage Arguments Value

View source: R/unionDFs.R

Description

Union dataframes with non-matching column-names / numbers

Usage

1
unionDFs(df1, df2, cols1, cols2)

Arguments

cols1

Columns of data.frame 1 to be included

cols2

Columns of data.frame 2 to be included

data1

R data.frame or tibble 1

data2

R data.frame or tibble 2

Value

Union of dataframe 1 and 2 for specified columns


guyschvitz/dprtools documentation built on Dec. 20, 2021, 1:50 p.m.