I have an old (~1995) .Data database directory from S-Plus. Is there anyway that I can recover some of the objects contained in it without using S-Plus, maybe with R?
Asked
Active
Viewed 419 times
1 Answers
3
Just try to load it in File/Load workspace ...
If it doesn't work, try package {foreign} - functions read.S
or data.restore
.

Tomas
- 57,621
- 49
- 238
- 373
-
Thanks. Somehow I'd overlooked read.S. That worked perfectly. – jseabold Oct 14 '11 at 18:11