I'm trying to write my R output as a text file. R converts all the larger numbers into scientific characters. How do I write the output the results as it is? eg: I want 283187433.2 as it is not as 2.8E+08.
I tried using options(digits=20)
but it converts ALL the numbers into 20 digits (eg:46100000.0000000000000)