search for: firstdirctory

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

2013 Mar 04
1
How to loop several binary files from two directories?
...e, size = 4) close(to.write) Now I want to do the same but with 24 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-director...