R.rsp (version 0.9.17)

evaluate.RspShSourceCode: Evaluates the shell (sh) code

Description

Evaluates the shell (sh) code.

Usage

## S3 method for class 'RspShSourceCode':
evaluate(object, envir=parent.frame(), args="*", ..., verbose=FALSE)

Arguments

envir
The environment in which the RSP string is evaluated.
args
A named list of arguments assigned to the environment in which the RSP string is parsed and evaluated. See cmdArgs.
...
Optional arguments passed to eval().

Value

  • Returns the outputted character string, iff any.

See Also

For more information see RspShSourceCode.