| render_latex | R Documentation |
Internal; called by stargazer.
render_latex(
table_data,
title = "",
label = "",
dep.var.caption = "\\textit{Dependent variable:}",
column.labels = NULL,
font.size = NULL,
notes = NULL,
notes.append = TRUE,
notes.align = "l",
notes.label = "\\textit{Note:} ",
style = "stargazer2"
)
table_data |
List returned by |
title |
Table caption string. |
label |
LaTeX label string ( |
dep.var.caption |
Caption above the dependent-variable line (empty string suppresses the row entirely). |
column.labels |
Optional character vector of column labels. |
font.size |
LaTeX font-size command (e.g. |
notes |
Additional note strings appended after the SE note. |
notes.append |
Logical; if |
notes.align |
Alignment of the notes cell. |
notes.label |
Label preceding the note text. |
style |
One of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.