read_pptx_template | R Documentation |
Function to place R generated figures into a PowerPoint Template
read_pptx_template(size, orientation)
size |
Presentation size (letter or ledger) |
orientation |
Presentation orientation landscape (L) or Portrait (P) |
PowerPoint presentation template
size <- c("letter")
orientation <- c("L")
my_pres <- read_pptx_template(size, orientation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.