Save all ggplot in a pptx
all_ggplot_to_pptx(
out = "tous_les_graphs.pptx",
open = TRUE,
png = TRUE,
folder = "dessin",
global = TRUE
)
output file name
booleen open file after creation
booleen also save as png
png's folder
booleen use .GlobalEnv
if (FALSE) {
all_ggplot_to_pptx()
}