Possible Duplicate:
cannt read file with “#” and space using read.table or read.csv in R
I have the problem with R that when I'm reading in (using read.table
function) delimited files (e.g. tab-delimited text files) with R, the rows containing #
or '
characters are silently dropped. how the file should be read in so that the rows containing these characters aren't dropped?