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.
merge_tables(x, empty_cells, row_names, added_stub_head)
List. A named list containing one or more matrix
or data.frame
.
Character. String to place in empty cells; should be ""
if the target document is LaTeX and
" "
if the target document is Word.
Logical. Vector of boolean values specifying whether to print column names for the corresponding list element.
Character. Vector of names for first unnamed columns. See apa_table
.
apa_table()