Skip to content
Prev 319017 / 398503 Next

How to export data with defined decimal places

Use format() or formatC() to convert your numeric data to character
and then "call write.table on that."

e.g.
[1] "3.1415926536"

If this still is not clear to you, I give up, as I do not know how to
make it any clearer. Perhaps someone else can.

-- Bert
On Thu, Mar 7, 2013 at 4:24 PM, Marino David <davidmarino838 at gmail.com> wrote: