search for: af2hr

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

Did you mean: af2hrs
2012 May 30
1
reading file in zip archive
...ies of zip archives each containing several files. One of these files is called goCats.txt and I would like to read it into R from the archive. It's a simple tab delimited text file. pathToZip <- '/home/iain/Documents/Work/Results/bovineMacRNAData/deAnalysis/afInfection/commonNorm/twoHrs/af2hrs.zip' z <- unz(pathToZip, 'goCats.txt', 'r') zT <- read.table(z, 'goCats.txt', header=T, sep='\t') Error in read.table(z, "goCats.txt", header = T, sep = "\t") :   seek not enabled for this connection The same error arises with read...