all_ggplot_to_pptx {thinkr} | R Documentation |
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
## Not run:
all_ggplot_to_pptx()
## End(Not run)
[Package thinkr version 0.16 Index]