Description Usage Arguments Value Author(s)
View source: R/fit_stargazer.R
Create a Latex tabular environment for stargazer and insert it in an adjustable table
1 2 3 4 5 6 7 8 9 10 | fit_stargazer(
...,
table_caption = "",
table_label = "",
env = "table",
adjwidth = 0.75,
adjheight = 0.75,
space_before = "15pt",
space_after = "15pt"
)
|
... |
Arguments passed to the stargazer function. |
table_caption |
Character. Title of the table. |
table_label |
Character. Label of the table (for referencing in Latex). |
env |
Character. One of "table" or "sidewaystable". |
adjwidth |
Double. Percentage of the width of the text area. |
adjheight |
Double. Percentage of the height of the text area. |
space_before |
Character. Spacing before the table. |
space_after |
Character. Spacing after the table. |
1 | A resized printable Latex table.
|
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.