View source: R/pptx_informations.R
| slide_size | R Documentation |
Get the width and height of slides in inches as a named vector.
slide_size(x)
x |
an rpptx object |
Other functions for reading presentation information:
annotate_base(),
color_scheme(),
doc_properties(),
layout_properties(),
layout_summary(),
length.rpptx(),
plot_layout_properties(),
slide_summary()
my_pres <- read_pptx()
my_pres <- add_slide(my_pres,
layout = "Two Content", master = "Office Theme")
slide_size(my_pres)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.