Dear All, I would like to know how to: How to import just not the first row of a huge space/tab delimited text file of sequencing data. Thanks and regards, Chee [[alternative HTML version deleted]]
On Mon, Jan 16, 2012 at 7:54 PM, Chee Chen <chee.chen at yahoo.com> wrote:> Dear All, > I would like to know how to: > How to import just not the first row of a huge space/tab delimited text file of sequencing data. > Thanks and regards, > CheeSee ?read.table, particularly the argument skip. HTH, Peter