[R] capture.out(system())?

Werner Wernersen pensterfuzzer at yahoo.de
Tue Sep 4 18:52:29 CEST 2007


Hi,

I am trying to capture the console output of program I
call via system() but that always returns only
character(0).

For example:
capture.output(system("pdflatex out.tex") )

will yield:
character(0)

and the output still written to the R console.

Is there a command for intercepting this output?

Thank you!
  Werner



More information about the R-help mailing list