Save all ggplot in a pptx

all_ggplot_to_pptx(
  out = "tous_les_graphs.pptx",
  open = TRUE,
  png = TRUE,
  folder = "dessin",
  global = TRUE
)

Arguments

out

output file name

open

booleen open file after creation

png

booleen also save as png

folder

png's folder

global

booleen use .GlobalEnv

Examples

if (FALSE) {
all_ggplot_to_pptx()
}