View source: R/crew_monitor_cluster.R
| crew_monitor_cluster | R Documentation |
Create an abstract cluster monitor R6 object.
crew_monitor_cluster(
verbose = TRUE,
command_list = as.character(Sys.which("qstat")),
command_terminate = as.character(Sys.which("qdel"))
)
verbose |
Deprecated. Use |
command_list |
Character of length 1, file path to the executable to list jobs. |
command_terminate |
Deprecated. Use |
Other cluster:
crew_class_launcher_cluster,
crew_class_monitor_cluster,
crew_launcher_cluster(),
crew_options_cluster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.