Description Usage Arguments Details Value Examples
Barplot of number of jobs
1 |
status |
Status of the jobs. Use "all" for all jobs. |
filter |
Regular expression to filter on job names. |
df |
Internally used. |
It draws barplots of number of jobs per day.
A ggplot2
object.
1 2 | # There is no example
NULL
|
==================================================================
bsub version 1.0.2
Github page: https://github.com/jokergoo/bsub
- submit R code: `bsub_chunk()`
- submit R script: `bsub_script()`
- submit shell commands: `bsub_cmd()`
- kill jobs: `bkill()`
- view job summary: `bjobs`/`brecent`/`bjobs_running`/
`bjobs_pending`/`bjobs_done`/`bjobs_exit`
- view job log: `job_log()`
- remove temporary files : `clear_temp_dir()`/`check_dump_files()`
- interactive job monitor: `monitor()`
`bsub_chunk()`/`bsub_script()`/`bsub_cmd()` should only be
applied on the node that has the same file system as the computing
nodes. Other functions for monitoring and cleaning jobs can be
applied on any computer.
==================================================================
!! The temp_dir (~/.bsub_temp) does not exist.
!! The directory can be created manually, or by setting a value to
!! `bsub_opt$temp_dir`, or by the first call of `bsub_*()`.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.