5

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?

Tomas
  • 57,621
  • 49
  • 238
  • 373
jseabold
  • 7,903
  • 2
  • 39
  • 53

1 Answers1

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