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(), plot_layout_properties(), ph_with(), layout_summary()
print.rpptx()
read_pptx()
plot_layout_properties()
ph_with()
layout_summary()
Other functions slide manipulation: move_slide(), on_slide(), remove_slide(), set_notes()
move_slide()
on_slide()
remove_slide()
set_notes()
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