RStudio Forum
I am attempting to creat a R Markdown PowerPoint Presentation using my own Template but I'm getting the following error:
output file: R_Scripting.knit.md
pandoc.exe: NGA_16_9_Template.potx: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 1
Execution halted
In PowerPoint I created a .pptx and save it to my Custom Office Templates (.potx). Then created a black R Markdown PowerPoint file.
title: "My Title"
author: "My Name"
date: "3/8/2021"
output:
powerpoint_presentation:
reference_doc: My_Template.potx
But not sure if "reference_doc" should be *.pptx or *.potx. Either way it errors out. Does that command know to pull from my custom templates. Can this even be performed?
Jeff
I