Skip to contents

Function to place R generated figures into a PowerPoint Template

Usage

read_pptx_template(size, orientation)

Arguments

size

Presentation size (letter or ledger)

orientation

Presentation orientation landscape (L) or Portrait (P)

Value

PowerPoint presentation template

Examples

size <- c("letter")
orientation <- c("L")
my_pres <- read_pptx_template(size, orientation)