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