Description Usage Arguments Value Examples
Job status by id
1 | job_status_by_id(job_id)
|
job_id |
The job id. |
If the job has been deleted from the database, it returns MISSING.
1 2 3 4 5 | ## Not run:
job_id = 1234567 # job ids can be get from `bjobs`
job_status_by_id(job_id)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.