Displaying 1 result from an estimated 1 matches for "hdrfile".
Did you mean:
hdfile
2009 Aug 21
1
trouble with Vista & reading files
...,1]
print(paste("dataDir:",dataDir," header:",header,"
slotCol:",slotCol,
" lotCol:",lotCol))
*allFiles <- list.files(path = dataDir)*
tmp <- grep("hdr",allFiles,ignore.case = TRUE)
dataFiles <- allFiles[-tmp]
hdrFiles <- sub("\\.(.*)\\.","\\.hdr\\1\\.",dataFiles)
* eTestData <- read.table(paste(dataDir,"/",dataFiles[1],sep=""),header =
TRUE,
as.is = TRUE)
* eTestData[,slotCol] <- as.character(eTestData[,slotCol])
eTestData[,lotCol] &...