remove a slide
remove a slide from a pptx presentation
remove_slide(x, index = NULL)
x |
an rpptx object |
index |
slide index, default to current slide position. |
cursor is set on the last slide.
Other functions slide manipulation:
add_slide()
,
move_slide()
,
on_slide()
my_pres <- read_pptx() my_pres <- add_slide(my_pres) my_pres <- remove_slide(my_pres)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.