migrating data from s-plus to R
"Patrizio Frederic" <frederic.patrizio at gmail.com> wrote:
Dear all, is there any way to transform a .Data directory created in S-plus 6.1 for windows in a .RData file?
You might try the functions "dump" or "dput", which create text representations readable by either S or R. At least, they do so for many common data objects -- I can't say whether they will do so for specialized ones or not.
Mike Prager, NOAA, Beaufort, NC * Opinions expressed are personal and not represented otherwise. * Any use of tradenames does not constitute a NOAA endorsement.