latexTable: Multiple page table generation.

Description Usage Arguments Details

View source: R/tabelas.R

Description

Function that automates multiple page table creation.

Usage

1
2
latexTable(fname, ftab, caption, lab.prefix = NULL, center = TRUE,
  pos = NULL, charsize = NULL)

Arguments

fname

Name of the LaTeX include file to generate.

ftab

Array with individual table names.

caption

Caption to be used in each figure. At the end, Part i/n is included.

lab.prefix

Label prefix. If NULL, the labels will be tab:ftab[i]-i.

center

Center the tabular environment?

pos

LaTeX float positioning parameters.

charsize

Different character size to use - "footnotesize" for example.

Details

When writing scientific reports, often it is necessary to write very long tables that span several pages. This function wraps the tables created with latexOutput with a LaTeX table environment, including captions and labels. In the report, instead putting the each individual table, this function will generate an file that can be included directly.


tunelipt/wutils documentation built on Nov. 5, 2019, 11:01 a.m.