I have a list of plots which I do want to save to powerpoint slides and I found this example Export several plots from R to ppt but the challenge is with latest version of R 3.6 I can't install ReporteRs package because it was removed. Would like to know if there is any other option to get me the results I need or if anyone has successfully accomplished this with latest R version
Asked
Active
Viewed 277 times
0
-
You could use this : https://stackoverflow.com/questions/51158486/create-sections-through-a-loop-with-knitr . build a powerpoint from markdown and use the approaches given in the answers to define the chunks. – moodymudskipper Jan 21 '20 at 12:25
1 Answers
1
Perhaps the "graph2ppt" from the "export" package may provide the desired solution. Below a link to a post where it is explained. Keep in mind that this is a work-a-round. I have also not found a more direct solution to the above stated problem.
Post: ggplot2 png in fullscreen Powerpoint on secondary screen