Skip to content
Prev 299774 / 398503 Next

Skipping lines and incomplete rows

You actually jsut need to say what the comment char and what the 
na.strings are:

read.table(filename, sep=";", skip=3, header=TRUE, na.string="#N/A", 
comment.char="")

Uwe Ligges
On 10.07.2012 19:30, arun wrote: