job_status_by_name | R Documentation |
Job status by job ID or name
job_status_by_name(job_name)
job_status_by_id(job_id)
job_name |
A single job name. |
job_id |
A single job ID. |
A vector of job status, with job IDs are names.
## Not run:
job_status_by_name("example")
job_status_by_id(123456)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.