Get information about slide layouts and master layouts into a data.frame. This function returns a data.frame containing all layout and master names.
See also
Other functions for reading presentation information:
annotate_base(),
color_scheme(),
doc_properties(),
layout_properties(),
length.rpptx(),
plot_layout_properties(),
slide_size(),
slide_summary()
Examples
my_pres <- read_pptx()
layout_summary ( x = my_pres )
#> layout master
#> 1 Title Slide Office Theme
#> 2 Title and Content Office Theme
#> 3 Section Header Office Theme
#> 4 Two Content Office Theme
#> 5 Comparison Office Theme
#> 6 Title Only Office Theme
#> 7 Blank Office Theme
