wideTableLatex: Split wide tables into several tables

Description Usage Arguments Value Author(s)

Description

When a table contains many columns, the display in pdf file produced by LaTeX will be too wide to see. This function cuts the table into several tables, each of which has no more than cols columns.

Usage

1
wideTableLatex(atable, tablecaption, label, cols = 7)

Arguments

atable

a data frame to be printed by xtable.

tablecaption

caption of the tables. Printed only after the first table.

label

label of the tables, only after the first table.

cols

maximum number of columns for each table.

Value

a list with several tables, each of them has no more than cols columns.

Author(s)

Xiaoyue Cheng <xycheng@iastate.edu>


introstat/ePort documentation built on May 18, 2019, 5:47 a.m.