| all_ggplot_to_pptx {thinkr} | R Documentation |
Save all ggplot in a pptx
all_ggplot_to_pptx(out = "tous_les_graphs.pptx", open = TRUE, png = TRUE, folder = "dessin", global = TRUE)
out |
output file name |
open |
booleen open file after creation |
png |
booleen also save as png |
folder |
png's folder |
global |
booleen use .GlobalEnv |
## Not run: all_ggplot_to_pptx() ## End(Not run)