eztune_table_latex: Makes a table that can be pasted directly into latex

Description Usage Arguments Value See Also

View source: R/eztune_table_latex.R

Description

eztune_table_latex creates a table created with eztune_table that can be pasted directly into latex. Only the horizontal lines need to be added.

Usage

1
eztune_table_latex(tab, vert_lines = TRUE, sideways = TRUE)

Arguments

tab

A table created with eztune_table.

vert_lines

If TRUE, vertical lines will be placed between the columns. If FALSE, no vertical lines will appear in the table.

Value

Returns a character vector that contains the header and the lines for a latex table version of an eztune_table. Commands to end the table and horizontal line commands need to be added later.

See Also

eztune_table


jillbo1000/EZtuneTest documentation built on Oct. 5, 2021, 4:16 p.m.