Hi
I maybe wrong in this, but I don't think you can use data(). To use
data(), the data have to be part of a R package. As generating a R
package is a lot of work ;-( you probably won't be able to use data()
for local data,
However you can save() your data, and then bring it into a R session
using load()
for example
save(data, file="saved.RData")
load("saved.RData")
Hope this helps
Aedin
----- Original Message -----
From: Stéphane Dray <dray@biomserv.univ-lyon1.fr>
Date: Thursday, October 20, 2005 5:31 pm
Subject: Re: DATA SAVE
> ?save
>
> as1524933@sapo.pt wrote:
>
> >dear list,
> >
> >how can i make a file with all my data(like
> meaudrte,ours,friday87...etc) so i
> >can call it with data(...)?!?
> >
> >Thanks
> >Miguel
> >___________________________________________________________________
> >
> >O SAPO já está livre de vírus com a Panda Software, fique você
> também!>Clique em: http://antivirus.sapo.pt
> >
> >
> >
> >
> >
>
>
> --
> Stéphane DRAY (dray@biomserv.univ-lyon1.fr )
> Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - Lyon I
> 43, Bd du 11 Novembre 1918, 69622 Villeurbanne Cedex, France
> Tel: 33 4 72 43 27 57 Fax: 33 4 72 43 13 88
> http://www.steph280.freesurf.fr/
>
>
This archive was generated by hypermail 2b30 : Wed Oct 26 2005 - 17:08:04 MEST