Extracting Specific Lines from a Large (Compressed) Text File
A few days ago a friend asked me the following question: how to efficiently extract some specific lines from a large text file, possibily compressed by Gzip? He mentioned that he tried some R functions such as read.table(skip = ...), but found that rea... [Read more...]