Description Usage Arguments Details Value Examples
typical usage is to pass any function that has a file argument, i.e. save(), pdf() and so on
1 | overwritef(FUN, file, overwrite = TRUE, ...)
|
FUN |
a function to pass |
file |
a file including path |
overwrite |
TRUE or FALSE |
... |
additional parameters for FUN |
this allows us to decide whether to overwrite existing file in a directory.
Ord indicator if there is overwriting happen so that further code can be conditionally run, i.e. plot
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.