Failed jobs
bjobs_exit(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_exit
without parentheses which runs bjobs_exit
with defaults.
# NOT RUN {
bjobs_exit # this is the same as `bjobs_exit()`
bjobs_exit() # all exit jobs
bjobs_exit(max = 50) # last 50 exit jobs
bjobs_exit(filter = "example") # exit jobs with name ".*example.*"
# }
Run the code above in your browser using DataLab