powered by
add a slide into a pptx presentation
add_slide(x, layout = "Title and Content", master = "Office Theme")
an rpptx object
slide layout name to use
master layout name where layout is located
layout
print.rpptx read_pptx ph_with, layout_summary
print.rpptx
read_pptx
ph_with
layout_summary
Other functions slide manipulation: move_slide(), on_slide(), remove_slide()
move_slide()
on_slide()
remove_slide()
# NOT RUN { my_pres <- read_pptx() layout_summary(my_pres) my_pres <- add_slide(my_pres, layout = "Two Content", master = "Office Theme") # }
Run the code above in your browser using DataLab