Description Usage Arguments Value Examples
View source: R/latex_captions.R
Credit to https://stackoverflow.com/a/42681368
1 | latex_caption_to_bottom(string, to_console = FALSE)
|
string |
An atomic character produced by |
to_console |
Boolean, should the output be returned, or |
string
with the caption moved to the bottom.
1 2 3 | df <- data.frame(a = rnorm(5), b = rnorm(5))
sg <- stargazer::stargazer(df)
latex_caption_to_bottom(sg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.