to_latex | R Documentation |
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")
df |
data.frame with three column. |
file |
Character, name of new .tex file |
caption |
Character caption of table |
label |
Character, label of table |
a text file with extension .tex.
vein_notes
Other helpers:
colplot()
,
dmonth()
## Not run:
ef <- ef_cetesb(p = "CO", veh = "PC_FG", full = T)
to_latex(ef)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.