Learn R Programming

ggPMX (version 1.2.11)

pmx_combine_tables: Combine tables

Description

Combine tables

Usage

pmx_combine_tables(x)

Value

A list containing `data` and `index` of the combined table.

Arguments

x

A list containing the tables (`x$data`) to be combined, their names (`x$name`), their number of rows (`x$nrow`) and their respective index (`x$index`).