to_latex
reads a data.frme and generates a .tex
table, aiming to replicate the method of tablegenerator.com
to_latex(df, file, caption = "My table", label = "tab:df")
a text file with extension .tex.
if (FALSE) { # \dontrun{
ef <- ef_cetesb(p = "CO", veh = "PC_FG", full = T)
to_latex(ef)
} # }