search for: a12848830

Displaying 1 result from an estimated 1 matches for "a12848830".

2007 Sep 22
2
A weird observation from using read.table
Hi Everyone, Recently I got puzzled by the function read.table, even though I have used it for a long time. I have such a file (tmp.txt, 2 rows and 3 columns, with a space among columns): 1 2'-PDE 4 2 3'-PDE 5 if I do: a = read.table("tmp.txt", header = F, quote = "") a V1 V2 V3 1 1 2'-PDE 4 2 2 3'-PDE 5 Everything is fine. However, if I do: a