powered by
get informations about slide layouts and master layouts into a data.frame. This function returns a data.frame containing all layout and master names.
layout_summary(x)
an rpptx object
Other functions for reading presentation informations: annotate_base, color_scheme, layout_properties, length.rpptx, slide_size, slide_summary
annotate_base
color_scheme
layout_properties
length.rpptx
slide_size
slide_summary
# NOT RUN { my_pres <- read_pptx() layout_summary ( x = my_pres ) # }
Run the code above in your browser using DataLab