Skip to content
Prev 319005 / 398503 Next

How to export data with defined decimal places

?write.table

which says, under details:

"In almost all cases the conversion of numeric quantities is governed
by the option "scipen" (see options), but with the internal equivalent
of digits=15. For finer control, use format to make a character
matrix/data frame, and call write.table on that. "

Not sure if this is what you want, as "export" is rather vague.

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