remove_slide {officer} | R Documentation |
remove a slide from a pptx presentation
remove_slide(x, index = NULL)
x |
rpptx object |
index |
slide index, default to current slide position. |
cursor is set on the last slide.
my_pres <- read_pptx() my_pres <- add_slide(my_pres, layout = "Two Content", master = "Office Theme") my_pres <- remove_slide(my_pres)