remove a slide from a pptx presentation
remove_slide(x, index = NULL)
rpptx object
slide index, default to current slide position.
# NOT RUN {
my_pres <- read_pptx()
my_pres <- add_slide(my_pres,
layout = "Two Content", master = "Office Theme")
my_pres <- remove_slide(my_pres)
# }
Run the code above in your browser using DataLab