officer (version 0.3.14)

remove_slide: remove a slide

Description

remove a slide from a pptx presentation

Usage

remove_slide(x, index = NULL)

Arguments

x

an rpptx object

index

slide index, default to current slide position.

See Also

Other functions slide manipulation: add_slide(), move_slide(), on_slide()

Examples

Run this code
# 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