Dear all, is there any way to transform a .Data directory created in S-plus 6.1 for windows in a .RData file? Thanks in advance, Patrizio Frederic
migrating data from s-plus to R
3 messages · Patrizio Frederic, John Kane, Mike Prager
You might find something about this in the R manual "R Data Import/Export"
--- On Fri, 9/19/08, Patrizio Frederic <frederic.patrizio at gmail.com> wrote:
From: Patrizio Frederic <frederic.patrizio at gmail.com> Subject: [R] migrating data from s-plus to R To: "r-help at r-project.org" <r-help at r-project.org> Received: Friday, September 19, 2008, 7:33 AM Dear all, is there any way to transform a .Data directory created in S-plus 6.1 for windows in a .RData file? Thanks in advance, Patrizio Frederic
______________________________________________ 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.
__________________________________________________________________ [[elided Yahoo spam]]
"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.