Description Usage Arguments Value Examples
Job status by name
1 | job_status_by_name(job_name, output_dir = bsub_opt$output_dir)
|
job_name |
Job name. |
output_dir |
The output dir. |
If the job is finished, it returns DONE/EXIT/MISSING. If the job is running or pending, it returns the corresponding status. If there are multiple jobs with the same name running or pending, it returns a vector.
1 2 3 4 | ## Not run:
job_status_by_name("example")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.