Description Usage Arguments Details Value See Also
Updates the function and function arguments that were provided
when a directory was configured (using batch_config()
).
1 | batch_reconfig_fun(path, fun, ...)
|
path |
A string of the path to the directory with the files for processing. |
fun |
A function to process each of the files.
|
... |
Additional arguments passed to |
batch_reconfig_fun()
is useful if a new version of the function is required
to successfully process some of the files.
It should be noted that batch_reconfig_fun()
does not alter the
configuration time.
In order to process previously failed files batch_run()
should be called with failed = NA
or failed = TRUE
.
An invisible character vector of the paths to the files remaining to be processed.
batch_process()
and batch_config()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.