Description Usage Arguments Functions Author(s) See Also
View source: R/ask_save_plot.R
Ask interactively if the user wants to save plot into a file or show it on screen
1 2 3 | ask_save_plot(filename = "Rplot.png", ..., FUN)
save_plot(filename = "Rplot.png", ..., FUN)
|
filename |
the name of file to save |
... |
arguments to be passed over to a picture generation function such
as |
FUN |
the function that make one or more plots |
save_plot
: Same as ask_save_plot
but skip the asking.
This is a code for swift switch between ask_save_plot
and
save_plot
.
Mun-Gwan Hong, mungwan@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.