Skip to content

migrating data from s-plus to R

3 messages · Patrizio Frederic, John Kane, Mike Prager

#
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
#
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:

            
__________________________________________________________________
[[elided Yahoo spam]]
#
"Patrizio Frederic" <frederic.patrizio at gmail.com> wrote:

            
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.