Number format, writing 1e-5 instead of 0.00001

Viewed 76175

I've used read.table to read a file that contains numbers such as 0.00001

when I write them back with write.table those numbers appear as 1e-5

How can I keep the old format?

4 Answers
Related