ama_export_tab.Rd
This function exports the provided table in both Excel (.xlsx
) and LaTeX (.tex
) formats.
The table is archived with the current date in the filename for the Excel version, while
the LaTeX version is saved with just the specified filename.
ama_export_tab(table, filename, filepath, caption = NULL, size = "small")
A data frame or matrix.
A character string specifying the filename without the extension.
A character string specifying the directory to save the file.
A character string specifying the caption for the table.
Latex size including "tiny", or "small"