Re: [R] pipe or system command

2013-04-04 Thread William Dunlap
;dir") for details. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf > Of nalluri pratap > Sent: Thursday, April 04, 2013 7:57 AM > To: r-help@r-project.

[R] pipe or system command

2013-04-04 Thread nalluri pratap
Hi,   In SAS I have something like   %let dirname = c:\work\raw_data_files; filename DIRLIST pipe "dir /B &dirname\*.txt";   Can someone help me to convert this to R. I tried with system and pipe, but It actually creates a file on the disk which I don't like. I just need to have a reference to th