mergeDataSets | R Documentation |
merge multiple data tables
mergeDataSets(data_list, by = NULL, all = TRUE, sort = FALSE)
data_list |
A list of data tables. |
by |
Shared column name to merge on. |
all |
Whether extra rows will be added to the output. |
sort |
Whether the result is sorted to the 'by' column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.