Description Usage Arguments Examples
View source: R/zz-test-queue.R
This function attempts to test the submission of a job to the queue. We would first submit one single job, then submit another with a dependency to see if configuration works. This would create a folder in home called 'flows'.
[Depreciated]: This function has been superseded by run("sleep_pipe", platform = "lsf", execute=TRUE)
1 | test_queue(q_obj, verbose = TRUE, ...)
|
q_obj |
queue object |
verbose |
toggle |
... |
These params are passed onto |
1 2 3 | ## Not run:
test_queue(q_obj = q_obj, ... = ...)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.