Displaying 1 result from an estimated 1 matches for "tp1458692p1458727".
2010 Feb 01
2
Pipe /shell - R does not wait
Dear All,
Within a large script, I try to invoke a second program (called e.g. XXX)
from R using "shell" or "pipe".
e.g.:
> readLines(pipe("XXX"))
or:
> shell("XXX",intern=TRUE, wait = TRUE)
After running the program, the script reads a file with solutions produced
by the second program ("XXX.001").
> readLines("XXX.001")