length.rpptx
From officer v0.3.14
by David Gohel
number of slides
Function length
will return the number of slides.
Usage
# S3 method for rpptx
length(x)
Arguments
- x
an rpptx object
See Also
Other functions for reading presentation informations:
annotate_base()
,
color_scheme()
,
layout_properties()
,
layout_summary()
,
plot_layout_properties()
,
slide_size()
,
slide_summary()
Examples
# NOT RUN {
my_pres <- read_pptx()
my_pres <- add_slide(my_pres)
my_pres <- add_slide(my_pres)
length(my_pres)
# }
Community examples
Looks like there are no examples yet.