[R] R BATCH under windows

Use UEI0679407200 at eurociber.es
Sun Jun 25 14:15:15 CEST 2000


I run a BATCH job under windows (R 1.1.0 under windows NT) with the
command

Rterm --no-restore --no-save --silent <R001.R> R001.out

and obtain the following file R001.out

-----------------------------------------------------------
> x <- c(2,-6,-4,8,5,4,1,3,4,-9,0,1)
> A <- matrix(x, ncol=3)
> A
     [,1] [,2] [,3]
[1,]    2    5    4
[2,]   -6    4   -9
[3,]   -4    1    0
[4,]    8    3    1
>
--------------------------------------------------------------

How can I get rid of the final ">" without editing R001.out?

Can I manage multiple files (R001.R -> R001.out, R002.R -> R002.out,
R003.R -> R003.out ...) without a command line for each file?

Thanks for any hint,

Eusebio

*************************************************************
*                 Eusebio Arenal Gutiérrez                  *
*   Departamento de Estadística e Investigación Operativa   *
*      _\|/_      Universidad de Valladolid                 *
*      (o o)               España                           *
*---oOO-(_)-OOo-----------------------------------,,,-------*
*                      use at eio.uva.es            (o o)      *
*---------------------------------------------oOO-(_)-OOo---*
*                 Eusebio Arenal Gutiérrez                  *
*     Department of Statistics and Operational Research     *
*                 University of Valladolid                  *
*                           Spain                           *
*************************************************************



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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