write_and_qrecall: write out and _qrecall_

Description Usage Arguments Value

View source: R/qsub.R

Description

write out and qrecall

Usage

1
2
3
write_and_qrecall(..., path = fs::path_home(),
  log_path = NA_character_, recursive = FALSE, add_time = TRUE,
  watch = FALSE)

Arguments

...

Paths to recall. Each argument should be a character vector. Multiple arguments and multiple elements will be separated with a line break.

path

A character. The path to write a file for qrecall. If path is a directory, prefix 'qrecall' will be added to the file name.

log_path

A character (optional). The path to write a stdout of qrecall. Default: home directory.

recursive

A logical. Whether make parent directory recursively when it does NOT exist.

add_time

A logical. Whether add the time you execute this function to path for unique naming.

watch

A logical. Whether trace your qsubbed/qrecalled job by using watch.

Value

Invisible. A list of Job ID, the path where you write your file, and the time you execute this function.


DrRes/jobwatcher documentation built on Aug. 29, 2019, 5:50 a.m.