bkill | R Documentation |
Kill jobs
bkill(job_id, filter = NULL)
job_id |
A vector of job IDs or a data frame returned by |
filter |
Regular expression on job names (only the running and pending jobs). It is
only used when |
## Not run:
job_id = c(10000000, 10000001, 10000002) # job ids can be get from `bjobs()`
bkill(job_id)
# kill all jobs (running and pending) of which the names contain "example"
bkill(filter = "example")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.