Description Usage Arguments Value
Union dataframes with non-matching column-names / numbers
1 | unionDFs(df1, df2, cols1, cols2)
|
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 |
Union of dataframe 1 and 2 for specified columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.