Hello, I am using system(...) to invoke some unix commands. Everything is working fine and the output of the programme is returned to the R console. However, as soon as I put the system(...) call into an if-clause the output is no longer shown in the R console. Is there any workaround for that problem? Cheers syrvn -- View this message in context: http://r.789695.n4.nabble.com/Output-of-system-not-shown-in-if-tp4626383.html Sent from the R help mailing list archive at Nabble.com.
Ah I managed to do it by simple adding a print() statement around the system call... easy :) -- View this message in context: http://r.789695.n4.nabble.com/Output-of-system-not-shown-in-if-tp4626383p4626461.html Sent from the R help mailing list archive at Nabble.com.