as_bash_array: convert lists, vectors, tibbles into _bash-array_

Description Usage Arguments

View source: R/qsub_helpers.R

Description

Vectors or each column of tibbles will be interpretted as a bash-array when your output is read by bash. NA will be changed to "".

Usage

1
as_bash_array(..., option = "-a")

Arguments

...

Lists, vectors, or tibbles. Elements with the same name will be overwritten by the last one.

option

An option for declare function of bash. This argument is used for all arguments.


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