qsub_retrieve {qsub} | R Documentation |
Retrieve the results of a qsub execution.
Description
Retrieve the results of a qsub execution.
Usage
qsub_retrieve(qsub_config, wait = TRUE, post_fun = NULL)
Arguments
qsub_config |
The qsub configuration of class |
wait |
If |
post_fun |
Apply a function to the output after execution. Interface: |
[Package qsub version 1.1.3 Index]