Description Usage Arguments Details Value Examples
Pending jobs
1 | bjobs_pending(max = Inf, filter = NULL)
|
max |
Maximal number of jobs. |
filter |
Regular expression to filter on job names. |
You can directly type bjobs_pending
without parentheses which runs bjobs_pending
with defaults.
The same output format as bjobs
.
1 2 3 4 5 6 7 | ## Not run:
bjobs_pending # this is the same as `bjobs_pending()`
bjobs_pending() # all pending jobs
bjobs_pending(max = 50) # last 50 pending jobs
bjobs_pending(filter = "example") # pending 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.