save_and_qsub: save and _qsub_

Description Usage Arguments Value

View source: R/qsub_deplicated_functions.R

Description

Deplicated. We recommend to use qsub.

Usage

1
2
save_and_qsub(x, script_path, script_dir, recursive = FALSE,
  add_time = TRUE, qsub_args = "")

Arguments

x

A character. contents of file.

script_path

A character. The path to write a file.

script_dir

A character. It will concatenated with file_path.

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.

qsub_args

Additional arguments for qsub.

Value

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


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