Finished jobs
bjobs_done(max = Inf, filter = NULL)
Maximal number of jobs.
Regular expression to filter on job names.
The same output format as bjobs
.
You can directly type bjobs_done
without parentheses which runs bjobs_done
with defaults.
# NOT RUN {
bjobs_done # this is the same as `bjobs_done()`
bjobs_done() # all done jobs
bjobs_done(max = 50) # last 50 done jobs
bjobs_done(filter = "example") # done jobs with name ".*example.*"
# }
Run the code above in your browser using DataLab