[R] BATCH jobs in R

Guido Masarotto guido at sirio.stat.unipd.it
Fri Jun 30 14:20:30 CEST 2000


On Fri, Jun 30, 2000 at 12:42:43PM +0100, Margaret Riordan wrote:
> In the UNIX version of R a batch job can be run as:
> 
> R <inputfile> outputfile --save &
> 
> I have been investigating using batch jobs with R in a Windows
> environment.
> It seems the R requires an argument to run a batch job here such as:
> 
> R BATCH inputfile outputfile
> 

>From the rw1010 README:

TERMINAL/BATCH:                                                            
Rterm.exe will run from a command line such as an MS-DOS or Commands  
Window running the standard shells, command.com (9x) and cmd.exe (NT),         
as well as the ports of bash and tcsh that we use.  Its primary                
purpose is to allow batch operation, but it does provide all the               
facilities needed for interactive use, including simple command-line           
editing.                                                                       
                                                                               
Batch use: At its simplest, Rterm.exe can be used in a batch mode by           
commands like                                                                  
                                                                               
Rterm.exe --vsize=10M --nsize=400k --no-restore --no-save < infile > outfile 
                                                                               
although users will probably want to set up simple .bat or .cmd files          
to run batch jobs.                                                         

guido
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list