search for: seconddirctory

Displaying 1 result from an estimated 1 matches for "seconddirctory".

2013 Mar 04
1
How to loop several binary files from two directories?
...files(12 files in each directory) i.e. to loop thru several files : so file1 from the first directory with file1 from the second directory and so on.... To read the files from both directories firstdirctory <- list.files("C:final-2010", "*.bin", full.names = TRUE) seconddirctory <- list.files("C:jop-2012", "*.bin", full.names = TRUE) -- View this message in context: http://r.789695.n4.nabble.com/How-to-loop-several-binary-files-from-two-directories-tp4660205.html Sent from the R help mailing list archive at Nabble.com.