View source: R/pptx_informations.R
| length.rpptx | R Documentation |
Function length will return the number of slides.
## S3 method for class 'rpptx'
length(x)
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()
my_pres <- read_pptx()
my_pres <- add_slide(my_pres, "Title and Content")
my_pres <- add_slide(my_pres, "Title and Content")
length(my_pres)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.