Re: [R] Prevent line truncation in system2() output

2015-03-15 Thread Luiz Max Carvalho
Sorry for that. It's Ubuntu 14.04. I would like to avoid a temporary file altogether, but if there is not other way... Thanks, Luiz On 15 March 2015 at 20:14, Jeff Newmiller wrote: > You don't say which operating system you are using, but this sounds like > it could easily be affected by your

Re: [R] Prevent line truncation in system2() output

2015-03-15 Thread Jeff Newmiller
You don't say which operating system you are using, but this sounds like it could easily be affected by your OS (even of in this case it isn't). My suggestion would be to use a temporary file. --- Jeff Newmiller

[R] Prevent line truncation in system2() output

2015-03-15 Thread Luiz Max Carvalho
Hey all, I'm developing an application that calls third party software using system2(..., stdout = TRUE) and then reads this using textConnection() + read.csv (). Problem is that sometimes the output is bigger than 8096 bytes and then the lines are split (from system2 documentation), what messe