Raw Message
Message-ID: <BAY1-F387B986A2BF66B5B87DB05E7380@phx.gbl> Date: 2005-04-01T01:29:01Z From: Michael S Subject: about get stdout from other program Dear all R-helper, if I want to use stdout from other language as my R program input ,which is the best way for design the API,using Pipe function or produce a temporary file,using scan function to read the file ? thanks Michael