library(rmarkdown)
run_ok <- pandoc_available() && pandoc_version() > numeric_version("2.4")
if(run_ok){
example <- system.file(package = "officedown",
"examples/minimal_powerpoint.Rmd")
rmd_file <- tempfile(fileext = ".Rmd")
file.copy(example, to = rmd_file)
pptx_file_1 <- tempfile(fileext = ".pptx")
render(rmd_file, output_file = pptx_file_1)
}
Run the code above in your browser using DataLab