search for: hplc_

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

2009 Nov 19
3
Reading in a series of files using a for loop
...f 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='') <-read.csv(paste("/Users/thomasjackson/Data/GEP&CO/GEP&CO",LETTERS[i],"/HPLC_",LETTERS[i],"12.csv",sep=''), header=T, sep=',')} Error in paste("G&P", LETTERS[i], sep = "") <- read.csv(paste("/Users/thomasjackson/Data/GEP&CO/GEP&CO", : target of assignment expands to non-language object For ex...