library(stargazer)
スターゲイザーで notes 引数を使用しようとしていますが、明らかに機能していません。これは、以前のスタック オーバーフロー スターゲイザーの質問から改変されたコードです。
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?"))
ドキュメントをコンパイルすると、メモがまったく表示されません。