Last chance! 50% off unlimited learning
Sale ends in
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
print.rpptx()
, read_pptx()
, plot_layout_properties()
, ph_with()
, layout_summary()
Other functions slide manipulation:
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