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 the file and use it in the analysis.
 
Thanks,
Pratap
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to