AlliPierce 1 Posted August 17, 2018 Share Posted August 17, 2018 I've recently came across an R package called 'officer' that makes it really easy to export editable figures/graphs (base or ggplot) to an Office application. This makes it really easy to modify figures for presentations or in my case a poster. Every element will be generated as a text/shape etc so you can change colors, text sizes, move them around etc. Also looks as though you could generate an entire presentation or document if you wanted. Figured I would share the knowledge. Here is a link to the vignette for exporting to powerpoint. I was able to follow it exactly and achieve the desired result but if you have issue feel free to reply. There are also other vignettes for the package on CRAN if you are interested in other applications. https://cran.r-project.org/web/packages/officer/vignettes/powerpoint.html -Alli 1 Link to post Share on other sites
Julie Jenkins 0 Posted August 31, 2018 Share Posted August 31, 2018 Note- 'officer' is replacing 'ReporteRs': http://davidgohel.github.io/ReporteRs/index.html so switch over if you have been using ReporteRs Link to post Share on other sites
Chris Merkord 28 Posted December 13, 2018 Share Posted December 13, 2018 Just FYI you can now also render PowerPoint presentations using rmarkdown in RStudio: https://support.rstudio.com/hc/en-us/articles/360004672913-Rendering-PowerPoint-Presentations-with-RStudio I haven't tried it yet but it looks like some of my gripes about other types of presentations are solved here, e.g. you can use columns, and templates. Link to post Share on other sites
Recommended Posts