latexOutput: Generate a LaTeX table from the table layout.

Description Usage Arguments Value See Also

View source: R/tabelas.R

Description

After generating a layout with tableLayout this function generates a set of LaTeX files that contain the data in table format.

Usage

1
2
latexOutput(suffix, tab, tab.lay, header = NULL, units = NULL, pos = NULL,
  dname = NULL, preamble = NULL, hl = NULL, postinfo = NULL)

Arguments

suffix

Suffix of the file name.

tab

Data to be written to LaTeX files.

tab.lay

Table layout computed with tableLayout.

units

An optional second line in the header specifying units or some other info.

pos

LaTeX tabular position specifier for each variable.

dname

Directory name where the file should be written.

preamble

Some message that should be written before the header.

hl

Put a horizontal line every hl lines for readability. If NULL, don't put the lines.

postinfo

Additional lines at the end of the table.

Header

of each column. If not specified, the names of each column is used.

Value

Name of the .tex files generated.

See Also

tableLayout


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