command: Generate a system command to run a module's source scripts

Description Usage Arguments Details Value Methods (by class) See Also

Description

Generate a system command to run a module's source scripts

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'RScript'
command(script)

## S3 method for class 'bashScript'
command(script)

## S3 method for class 'python2Script'
command(script)

## S3 method for class 'python3Script'
command(script)

command(script)

Arguments

script

script object

Details

script should be the result of prepareScript

This function is usually called by executeScript.

Value

command list containing command and args character vectors

Methods (by class)

See Also

prepareScript, executeScript


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.