bsub (version 1.0.0)

is_job_finished: Test whether the jobs are finished

Description

Test whether the jobs are finished

Usage

is_job_finished(job_name, output_dir = bsub_opt$output_dir)

Arguments

job_name

A vector of job names.

output_dir

Output dir.

Value

A logical scalar.

Details

It tests whether the ".done" flag files exist

Examples

Run this code
# NOT RUN {
# There is no example
NULL

# }

Run the code above in your browser using DataCamp Workspace