Skip to content
Prev 12314 / 398502 Next

watch out for quotes in data files

I had exactly the same problem with some GenePix Results Data files. The
solution is to add an argument quote="" to read.table() and/or scan(). In
your case I believe you should use

  read.table(filename, sep = "\t", quote = "", header = TRUE)

instead. You don't have to modify the source files.

Henrik Bengtsson
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._