number of slides
Function length
will return the number of slides.
## S3 method for class 'rpptx' length(x)
x |
an rpptx object |
Other functions for reading presentation informations:
annotate_base()
,
color_scheme()
,
layout_properties()
,
layout_summary()
,
plot_layout_properties()
,
slide_size()
,
slide_summary()
my_pres <- read_pptx() my_pres <- add_slide(my_pres) my_pres <- add_slide(my_pres) length(my_pres)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.