Hi
If you enter the command "ls()"you will see a list of names that have
come with the .Rdata file you double-clicked.
If you enter one of these names at the command prompt you will see the
data.
So, for example if you have some data called "mydata":
> ls()
[1] "mydata" "repos"
> mydata
[,1] [,2] [,3]
[1,] 1 4 7
[2,] 2 5 8
[3,] 3 6 9
>
Regards
John
---
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kristi Glover
Sent: 11 July 2007 05:18
To: [email protected]
Subject: [R] Previously saved workspace restored
hi there,
i an beginner of R. some one have sent me a file (extension is .Rdata).
i have installed R in my computer and i just double clicked the data.
then it automatically opened R programme and displayed that [previously
saved workspace restored]. the following message was displayed.
Type 'demo()' for some demos, 'help()' for on-line help,
or'help.start()' for an HTML browser interface to help.Type 'q()' to
quit R.
[Previously saved workspace restored]
but how can I see the data (table) which is saved (in R format) in R?,
i hope you will help me.
Kristi Glover
_________________________________________________________________
Explore the seven wonders of the world
BRE
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.
______________________________________________
[email protected] 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.