Skip to content
Prev 238638 / 398500 Next

number format, writing 1e-5 instead of 0.00001

Hello

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?

thanks