odaniel <odaniel <at> utas.edu.au> writes:
> Just wondering if anyone might know a way to stop R reading my survival
> history that has zeros at the beginning in as scientific notation.
Gmane doesn't want me to quote much, but maybe
read.table("myfile.dat",colClasses=c("character",rep("numeric",2)) ?