powered by
to_latex reads a data.frme and generates a .tex table, aiming to replicate the method of tablegenerator.com
to_latex
to_latex(df, file, caption = "My table", label = "tab:df")
a text file with extension .tex.
data.frame with three column.
Character, name of new .tex file
Character caption of table
Character, label of table
vein_notes
Other helpers: colplot(), dmonth()
colplot()
dmonth()
if (FALSE) { ef <- ef_cetesb(p = "CO", veh = "PC_FG", full = T) to_latex(ef) }
Run the code above in your browser using DataLab