View source: R/utility_DataFram.R
| CombineTidyTables | R Documentation | 
Inplementation of combine tables function in plyr
CombineTidyTables(datlst, by, method = dplyr::full_join, use_list_name = TRUE)
by | 
 which column used to combine  | 
method | 
 combine method in dplyr packages used to combine dataframes. Default is full_join. Supported methods including full_join,left_join,right_join,inner_jion  | 
use_list_name | 
 if use list name replace original names.  | 
datalst | 
 input list of dataframes  | 
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.