Hi all, I'm new to R and I'm writing an R program that gets called on by a shell script. The shell script creates several directories with files, the names vary according to whatever I use as input to the shell script. I need to make connections to certain files in R (about 100 files in total). I have managed to either pass the directory paths or a list of all files in the directories into R. How can I make my R program open connections to all files in the directory or in the file list? I have searched the R-help archives and Google, but I can't seem to find an answer. Or at least no answers I can understand. Does anyone have a simple solution for me?
Thanks in advance! Matje ______________________________________________ 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.