I saw several similar questions, and I tried to figure it out on my own, but could not. It is my problem:
I need to download the isfar.RData file in order to use it in other calculations (which are not important here). And I would just like to see what the data in this isfar.RData file looks like, for example. what numbers, columns, rows he carries.
First, I upload the file:
isfar<-load("C:/Users/isfar.RData")
When I try to get this information (I use Rcmdr) using the ls () function or marking isfar at the beginning after loading, I get in the output window: [1] "isfar" instead of the table. Why?
Thank you very much, I appreciate all the answers! I hope it is clear that I wrote, I am not a native speaker.
r rdata
Ewa 01 Sep '11 at 12:50 2011-09-01 12:50
source share