Returns the number of elements in a slide

# S4 method for class 'R2PptxSlide'
length(x)

# S4 method for class 'R2PptxPresentation'
length(x)

Arguments

x

`R2PptxSlide` object

Value

Integer, number of elements in the R2PptxSlide object

Integer, the number of slides in the presentation.