Moises Hassan wrote:

I'm using the following command to run R in Windows



"Rterm --no-save --no-restore < "Rscriptfile" > "Rstdoutfile"



How can I capture the text sent by R to stderr in a file?

"Rterm --no-save --no-restore < "Rscriptfile" 2>&1 "Rstdoutfile"

I'd rather use R CMD BATCH anyway.

Uwe Ligges



Thanks,

   - Moises




[[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to