search for: y116f11a

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

2007 Nov 15
0
Error with read.delim & read.csv
...with 'NA's' ). Specifically: tmp <- read.delim( "trouble.txt", header=F ) produces a data.frame, tmp where if I call tmp[,1], I get output like: [76] F45H7.4#2 C47C12.5#2 F40H7.4#2 ZK353.2 0.59 [81] Y116A8C.34 0.23 Y116F11A.MM 0.04 F26D12.A I initially assumed it was a formatting issue with the file. However, I've tried looking at the file in octal viewer, and the lines in question seem fine. Additionally, using scan and then strsplit can split the lines correctly (code below the sig). Si...