Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
doc <- read_pptx()
doc <- add_slide(doc)
doc <- ph_with(doc, "Hello world",
location = ph_location_label(ph_label = "Content Placeholder 2") )
print(doc, target = tempfile(fileext = ".pptx") )
# }
Run the code above in your browser using DataLab