Description Usage Arguments Value See Also
View source: R/eztune_table_latex.R
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.
1 | eztune_table_latex(tab, vert_lines = TRUE, sideways = TRUE)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.