Re: [R] How to open .rda file in R

2010-01-21 Thread AMBUJ
Hi Steve,    It worked!! Thank you very much.. Regards, Ambuj A Thacker --- On Fri, 22/1/10, Steve Lianoglou wrote: From: Steve Lianoglou Subject: Re: [R] How to open .rda file in R To: "AMBUJ" Cc: r-help@r-project.org Date: Friday, 22 January, 2010, 12:30 AM Hi, 1. P

Re: [R] How to open .rda file in R

2010-01-21 Thread Steve Lianoglou
Hi, 1. Please keep replies on list -- note that you have to click "reply all", not just "reply" 2. For your new problem: On Thu, Jan 21, 2010 at 1:22 PM, AMBUJ wrote: > Hi Steve, > Thankyou for the reply. I still did not get the data from the > file.I executed the following commands:

Re: [R] How to open .rda file in R

2010-01-21 Thread Steve Lianoglou
Hi, On Thu, Jan 21, 2010 at 11:12 AM, AMBUJ wrote: > Hi, >    I have a file containing gene expressions written using the tillingArray > package. I used load() and attach() to get the data into R. Both of them > works fine. Now I want to see the contents of the file. How can I see the > conten

[R] How to open .rda file in R

2010-01-21 Thread AMBUJ
Hi,    I have a file containing gene expressions written using the tillingArray package. I used load() and attach() to get the data into R. Both of them works fine. Now I want to see the contents of the file. How can I see the contents of the file? Thankyou for your time. Regards, Ambuj