Learn R Programming

thinkr (version 0.16)

all_ggplot_to_pptx: Save all ggplot in a pptx

Description

Save all ggplot in a pptx

Usage

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

Run this code
if (FALSE) {
all_ggplot_to_pptx()
}

Run the code above in your browser using DataLab