library(stargazer)
我正在尝试将 notes 参数与 stargazer 一起使用,但它显然不起作用。这是改编自先前堆栈溢出观星问题的代码:
stargazer(mtcars, notes=c("A very very long note that I would like to put below the table,",
"but currently runs off the side of the page",
"when I compile my document.",
"How do I get this to wrap into paragraph form?"))
当我编译我的文档时,注释根本没有出现。