[R] double-click in RData file versus load( file )

Gabor Grothendieck ggrothendieck at gmail.com
Sun Jan 27 00:47:32 CET 2008


Try entering this at the Windows console:

assoc .Rdata

assuming the answer is:
.Rdata=RWorkspace
try this:

ftype RWorkspace

That will show you what command is executed when you double
click on an Rdata file.  Perhaps you need to change that.


On Jan 26, 2008 6:40 PM, Cleber Nogueira Borges <klebyn at yahoo.com.br> wrote:
> hi Gabor,
>
> I try it:
> in *MS-DOS*:
> C:\R\etc>Rgui --vanilla
> In *R*:
> a=1
> b=2
> c=3
> save.image("c:\\R\\etc\\test.rdata")
> q('no')
>
>
> then I "double-clicked' in 'test.rdata' (in c:\R\etc folder)
> The R start without my variables: a,b,c
>
> If I make again: R -- vanilla, and then load file, the variables are there!
>
> It is intrigant for me! :-(
>
>
> Cleber
>
> > You could try
> >
> > Rgui --vanilla
> >
> > so that it does not run the scripts you have set up.
> >
> >
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! Mail - Sempre a melhor opção para você!
> Experimente já e veja as novidades.
> http://br.yahoo.com/mailbeta/tudonovo/
>
>



More information about the R-help mailing list