Use tools::texi2pdf()
to compile the output from
create_latex_table()
to a png and save the file.
write_png(st, file = "table.png", resize = TRUE)
st | a styledTable object to save. |
---|---|
file | the path to the output file. |
resize | Should the Png be resized to the dimensions of
the table? Default is |