Re: [R] choose many files

2013-07-15 Thread jim holtman
I was not clear on exactly what you want to do. I assume that you want to automate the process given 120 file names. Here is part of a script that will parse the file names and give you the output file you want. If it is something different, then clarify your request: > input <- "C:/RHTests/dat

[R] choose many files

2013-07-15 Thread RODRIGUEZ MORENO VICTOR MANUEL
Hello everyone on the list I want to run a FindU function on as many files as in a directory. Due of my limitations on data management I am calling the function, wait until finish the process, call for the next file and so on. I have almost 120 CSV files on the same directory. This the example