how do i save data to txt file? are there marcos to save tables to word?
If the only reason you are writing it out is just to read it back in later rather than writing it out as a text file use save() and load(). See WordOpen in the svViews package.
On Mon, Mar 17, 2008 at 11:20 AM, Tom Willems <Tom.Willems at var.fgov.be> wrote:
Dear R-ussers,
I would like to save a newly created data file, out of R in to a text
file.
It is a rather big dataset, and recalculating the new variables takes a
long time.
The quickest way to read data is when it is saved as ".txt",
this is why i hope to read the data from the old txt, than calculate a new
set of variables based on the old set,
and save them in a new data file, also a ".txt" format.
One other thing i d like to know is how to save a Table output from R,
directly to a table in word?
copy paste destroys the layout of the table.
many thaks in advance,
Tom
E-mail: tom.willems at var.fgov.be
Disclaimer: click here
[[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.