evaluate.RspShSourceCode {R.rsp} | R Documentation |
Evaluates the shell (sh) code
Description
Evaluates the shell (sh) code.
Usage
## S3 method for class 'RspShSourceCode'
evaluate(object, envir=parent.frame(), args="*", output=c("RspStringProduct", "stdout"),
..., verbose=FALSE)
Arguments
envir |
The |
args |
A named |
output |
A |
... |
Optional arguments passed to |
Value
If output="stdout"
, then NULL
is returned and the RSP output
is sent to the standard output.
Note that this is output is "buffered", meaning it will be sent to
standard output upon completion. This is a limitation of R.
If output="RspStringProduct"
, then the output is captured
and returned as an RspStringProduct
with attributes set.
Author(s)
Henrik Bengtsson
See Also
For more information see RspShSourceCode
.
[Package R.rsp version 0.45.0 Index]