powered by
Job status by name
job_status_by_name(job_name, output_dir = bsub_opt$output_dir)
Job name.
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.
# NOT RUN { job_status_by_name("example") # }
Run the code above in your browser using DataLab