Description Usage Arguments Details Value Examples
Failed jobs
1 | bjobs_exit(max = Inf, filter = NULL)
|
max |
Maximal number of jobs. |
filter |
Regular expression to filter on job names. |
You can directly type bjobs_exit
without parentheses which runs bjobs_exit
with defaults.
The same output format as bjobs
.
1 2 3 4 5 6 7 | ## 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.*"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.