merge_tables | R Documentation |
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)
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 |
apa_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.