Description Usage Arguments Value Author(s)
View source: R/long_stargazer.R
Create a longtable stargazer output
1 2 3 4 5 6 7 8 | long_stargazer(
...,
table_caption,
table_label,
threeparttable = TRUE,
landscape = FALSE,
font_size = "small"
)
|
... |
Arguments passed to the stargazer function. |
table_caption |
Character. Title of the table. |
table_label |
Character. Label of the table (for referencing in Latex). |
threeparttable |
Logical. Align captions with table. |
landscape |
Logical. Put on a landscape page. |
font_size |
Integer. Size of the font inside the table. |
1 | A printable Latex long table
|
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.