Possible Duplicate:
R: number format, writing 1e-5 instead of 0.00001
This is a v short and simple Q, but I haven't found a solution for it.
I have a df, with numeric columns, how can I write it as a table using write.table such that R write the full number 40000000 instead of 4e+07 for example?