powered by
remove a slide from a pptx presentation
remove_slide(x, index = NULL)
an rpptx object
slide index, default to current slide position.
read_pptx(), ph_with(), ph_remove()
read_pptx()
ph_with()
ph_remove()
Other functions slide manipulation: add_slide(), move_slide(), on_slide()
add_slide()
move_slide()
on_slide()
# NOT RUN { my_pres <- read_pptx() my_pres <- add_slide(my_pres) my_pres <- remove_slide(my_pres) # }
Run the code above in your browser using DataLab