[R] Import a text file except its first row

Peter Langfelder peter.langfelder at gmail.com
Tue Jan 17 05:23:01 CET 2012


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,
> Chee

See ?read.table, particularly the argument skip.

HTH,

Peter



More information about the R-help mailing list