View source: R/setJobFunction.R
setJobFunction | R Documentation |
Use this function only as last measure when there is a bug in a part of your job function and you have already computed a large number of (unaffected) results. This function allows you to fix the error and to associate the jobs with the corrected function.
Note that by default the computational state of the affected jobs is also reset.
setJobFunction(reg, ids, fun, more.args = list(), reset = TRUE, force = FALSE)
reg |
[ |
ids |
[ |
fun |
[ |
more.args |
[ |
reset |
[ |
force |
[ |
Nothing.
Other debug:
debugMulticore()
,
debugSSH()
,
getErrorMessages()
,
getJobInfo()
,
getLogFiles()
,
grepLogs()
,
killJobs()
,
resetJobs()
,
showLog()
,
testJob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.