search for: gandp

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

Did you mean: gandi
2009 Nov 19
3
Reading in a series of files using a for loop
Dear R Users, I am trying to read in a series of csv files which vary by the letter on the end of he file name. When I input what seems to be a logical for loop I get an error message that doesn't make sense to me. > for(i in 1:12){ paste("G&P", LETTERS[i],sep='')