Description Usage Arguments Value
View source: R/batchProcessor.R
Create a batch processor function for
path.batchApply
by mapping a function processor
of
type function(path(s), dest)
to a function function(root,
path(s))
for a given basic destination directory dest
and adding a
suffix
to a given set of paths.
1 | path.batchProcessor(processor, dest, suffix = ".txt", skipExisting = FALSE)
|
processor |
the |
dest |
the destination folder |
suffix |
the suffix |
skipExisting |
should computations for existing destination files be
skipped? The return value for skipped computations is |
the batch processor function of type function(path(s), dest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.