cfBrewTemplate {BatchJobs} | R Documentation |
Cluster functions helper: Brew your template into a job description file.
Description
This function is only intended for use in your own cluster functions implementation.
Calls brew silently on your template, any error will lead to an exception.
If debug mode is turned on in the configuration, the file is stored at the same place as the
corresponding R script in the “jobs”-subdir of your files directory,
otherwise in the temp dir via tempfile
.
Usage
cfBrewTemplate(conf, template, rscript, extension)
Arguments
conf |
[ |
template |
[ |
rscript |
[ |
extension |
[ |
Value
[character(1)
]. File path of result.
[Package BatchJobs version 1.9 Index]