[R] Question on substitute.

2008-03-11 Thread Simon Knapp
I have a data frame of around 4500 rows which contain file name prefixes and other interesting variables. each prefix corresponds to multiple files and a I only have 4300 complete sets of files. If any one of the files is missing for a given prefix, then the function I use fails. The effect is

Re: [R] Question on substitute.

2008-03-11 Thread Uwe Ligges
Simon Knapp wrote: I have a data frame of around 4500 rows which contain file name prefixes and other interesting variables. each prefix corresponds to multiple files and a I only have 4300 complete sets of files. If any one of the files is missing for a given prefix, then the function I