[R] Simple question about export
Ott Toomet
otoomet at econ.dk
Wed Mar 12 16:53:11 CET 2003
Dear Michael,
If your dataset is large, you may consider my package savetable at
www.obs.ee/~siim/savetable_0.2.1.tar.gz
This is more memory-efficient than write.table. Unfortunately, I have
not a window binary.
Best wishes,
Ott
| Date: Wed, 12 Mar 2003 05:13:04 -0800 (PST)
| From: Michael Miettinen <michael_miettinen at yahoo.com>
| Hi,
|
| Sorry about making this stupid question, but I did not
| find the answer from documentation.
|
| I managed to read my spss .sav file into the R, no
| problem. Next I would like to write this data to a
| file in ascii-format. I tried to use write.table and I
| got no error messages, but no file either. What is the
| right way to make it?
|
| At least write.table("c:\foo\data.dat") does not
| work..
|
| Thanks in advance!
|
| Michael
More information about the R-help
mailing list