Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个由因子和数字组成的数据集,我想在我的乳胶中导出视图(dfSummary(mtcars)),这可能吗?提前谢谢了
library(summarytools) data("mtcars") view(dfSummary(mtcars))
这是行不通的xtable(dfSummary(mtcars))
xtable(dfSummary(mtcars))
在 RStudio 中,如果您创建一个以pdf作为输出格式的Rmarkdown文档,您可以进入Output Options > Advanced > Keep tex source file used to generate PDF。
使用png图像(带有style="grid"和指定tmp.img.dir)时,存在对齐问题;您需要将其添加到\includegraphics命令中:\includegraphics[valign=t]. \raisebox{0.5\height}如果图像在其表格单元格中显得太低,您也可以使用类似的方法。
style="grid"
tmp.img.dir
\includegraphics
\includegraphics[valign=t]
\raisebox{0.5\height}