An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120116/28c20d79/attachment.pl>
Import a text file except its first row
2 messages · Chee Chen, Peter Langfelder
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