Description Usage Arguments Value Examples
merges dataframes columns/rows from a list into a new list whereby every element is a list containing the column/row elements for each of the dataframes. All of the dataframes are be ultimately merged together in the same list.
1 |
... |
list of dataframes to merge together |
row |
if TRUE, the output list will consist of the rows of the original dataframes as sublist-elements, otherwise the original dataframes columns (default: FALSE) |
a list containing row/column of all the dataframes in ...
as sublists
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.