Quantcast

Where does R 2.2.1 store objects?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Where does R 2.2.1 store objects?

Leo-11
Dear all,

New to R.

I'm reading Ripley's book of "Modern Applied Statistics with
S-PLUS". It says that the objects will be stored in the .Data
sub-directory of current working directory. I have searched around in
my system and can't find such dir. Any ideas?

--
Leon

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Where does R 2.2.1 store objects?

Gabor Grothendieck
This is a FAQ.

http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-are-the-differences-between-R-and-S_003f

On 3/19/06, Leon <[hidden email]> wrote:

> Dear all,
>
> New to R.
>
> I'm reading Ripley's book of "Modern Applied Statistics with
> S-PLUS". It says that the objects will be stored in the .Data
> sub-directory of current working directory. I have searched around in
> my system and can't find such dir. Any ideas?
>
> --
> Leon
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Where does R 2.2.1 store objects?

Leo-11
Thank you for pointing out. For the archive, R stores the objects in
.RData file, usually in ~/.RData.

"Gabor Grothendieck" <[hidden email]> writes:

> This is a FAQ.
>
> http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-are-the-differences-between-R-and-S_003f
>
> On 3/19/06, Leon <[hidden email]> wrote:
>> Dear all,
>>
>> New to R.
>>
>> I'm reading Ripley's book of "Modern Applied Statistics with
>> S-PLUS". It says that the objects will be stored in the .Data
>> sub-directory of current working directory. I have searched around in
>> my system and can't find such dir. Any ideas?
>>
>> --
>> Leon
>>
>> ______________________________________________
>> [hidden email] mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>>
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>

--
Leon

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Where does R 2.2.1 store objects?

Liaw, Andy
In reply to this post by Leo-11
FYI:  
1.  That book has two authors.
2.  That book is currently in 4th edition.  The title of the fourth edition
is slightly different, to reflect the coverage of R.  You are probably
reading an older edition (you didn't say), which does not cover R.  In that
case you should consider `upgrading'.

Andy

From: Leon

>
> Thank you for pointing out. For the archive, R stores the
> objects in .RData file, usually in ~/.RData.
>
> "Gabor Grothendieck" <[hidden email]> writes:
>
> > This is a FAQ.
> >
> >
> http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-are-the-differences-
> > between-R-and-S_003f
> >
> > On 3/19/06, Leon <[hidden email]> wrote:
> >> Dear all,
> >>
> >> New to R.
> >>
> >> I'm reading Ripley's book of "Modern Applied Statistics
> with S-PLUS".
> >> It says that the objects will be stored in the .Data
> sub-directory of
> >> current working directory. I have searched around in my system and
> >> can't find such dir. Any ideas?
> >>
> >> --
> >> Leon
> >>
> >> ______________________________________________
> >> [hidden email] mailing list
> >> https://stat.ethz.ch/mailman/listinfo/r-help
> >> PLEASE do read the posting guide!
> >> http://www.R-project.org/posting-guide.html
> >>
> >
> > ______________________________________________
> > [hidden email] mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide!
> > http://www.R-project.org/posting-guide.html
> >
>
> --
> Leon
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>
>

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Loading...