add_slide
From officer v0.3.14
by David Gohel
add a slide
add a slide into a pptx presentation
Usage
add_slide(x, layout = "Title and Content", master = "Office Theme")
Arguments
- x
an rpptx object
- layout
slide layout name to use
- master
master layout name where
layout
is located
See Also
print.rpptx
read_pptx
ph_with
, layout_summary
Other functions slide manipulation:
move_slide()
,
on_slide()
,
remove_slide()
Examples
# NOT RUN {
my_pres <- read_pptx()
layout_summary(my_pres)
my_pres <- add_slide(my_pres,
layout = "Two Content", master = "Office Theme")
# }
Community examples
Looks like there are no examples yet.