BATCH
Batch Execution of TIBCO Enterprise Runtime for R
Description
Run TIBCO Enterprise Runtime for R in batch mode.
Usage
TERR CMD BATCH [options] infile [outfile]
Arguments
infile |
the input file with which to run TIBCO Enterprise Runtime for R in batch mode.
|
options |
the command options supported in batch mode.
-h, --help | print short help message and exit. |
-v, --version | print version information and exit. |
--no-timing | do not report the timings. |
-- | end processing of options
|
Further arguments starting with "-" are considered as options
as long as "--" is not encountered, and they are passed on to the TIBCO Enterprise Runtime for R
process, which by default is started with "--restore --save --no-readline".
|
outfile |
the output file in which the output (stdout and stderr) of running batch
mode is placed. If not given, the name of the output file
is the infile file, with a possible ".R" extension stripped,
and ".Rout" appended.
|
Details
Runs TIBCO Enterprise Runtime for R non-interactively with input from infile and places the output (stdout
and stderr) to another file.
Note
This command is supported in both the Unix and the Windows platforms.
See Also
other supported commands:
SHLIB, INSTALL
Examples
TERR CMD BATCH abc.R # the result will be put on the abc.Rout file by default.
TERR CMD BATCH abc.R abc.out
TERR CMD BATCH -h # Display the command help.
TERR CMD BATCH -v # Display the version information.