Learn R Programming

papaja (version 0.1.0.9054)

merge_tables: 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.

Usage

merge_tables(x, empty_cells, row_names, added_colnames)

Arguments

x
List containing one or more matrix or data.frame.
empty_cells
Character. String to place in empty cells; should be "" if the target document is LaTeX and " " if the target document is Word.
row_names
Logical. Indicates whether to include row names; by default, row names are included if rownames(x) is neither NULL nor identical to 1:nrow(x).
added_colnames
Character. Vector of names for first unnamed columns. See apa_table.

See Also

apa_table

Examples

Run this code
NULL

Run the code above in your browser using DataLab