使用模板创建带有R的Powerpoint幻灯片

时间:2016-11-15 11:49:52

标签: r templates powerpoint

我需要进行powerpoint演示,并希望使用给定的PPTX模板进行格式化。你有什么建议吗?目前我正在使用knitr RMD文件(理想情况下我可以保留这个)。 您还可以指定您推荐的套餐吗? 谢谢! 尼尔斯

感谢您指出ReporteRs包。据我了解这个包,我需要创建每个幻灯片。

# I was looking for something like:
output:
  word_document:
    reference_docx: mystyles.docx

1 个答案:

答案 0 :(得分:2)

R包ReporteRs可能非常适合这项任务。参见:

http://davidgohel.github.io/ReporteRs/articles/powerpoint.html