merge_tables {papaja} | R Documentation |
Merge tables in list
Description
Takes a list of containing one or more matrix
or data.frame
and merges them into a single table.
This function is not exported and currently unused.
Usage
merge_tables(x, empty_cells, row_names, added_stub_head)
Arguments
x |
List. A named list containing one or more |
empty_cells |
Character. String to place in empty cells; should be |
row_names |
Logical. Vector of boolean values specifying whether to print column names for the corresponding list element. |
added_stub_head |
Character. Vector of names for first unnamed columns. See |
See Also
[Package papaja version 0.1.3 Index]