powered by
Function length will return the number of slides.
length
# S3 method for rpptx length(x)
an rpptx object
Other functions for reading presentation information: annotate_base(), color_scheme(), doc_properties(), layout_properties(), layout_summary(), plot_layout_properties(), slide_size(), slide_summary()
annotate_base()
color_scheme()
doc_properties()
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)
Run the code above in your browser using DataLab