[R] Specify Path of an Excel file in R

2008-02-17 Thread savanna3000
Hello Helpers, I have an Excel file on my desktop (.csv) which I want to use in my R worksheet, how can I specify the path while using read.csv() ? Savanna -- View this message in context: http://www.nabble.com/Specify-Path-of-an-Excel-file-in-R-tp15530586p15530586.html Sent from t

Re: [R] Re storing a UPDATES on a data.frame

2008-02-17 Thread savanna3000
"package:MASS" > > This is really an internal version of > > whiteside <- `$<-`(whiteside, temp, 1) > > and that assigns in the current frame just like any other assignment. > > > On Fri, 15 Feb 2008, savanna3000 wrote: > >> >> He

[R] Re storing a UPDATES on a data.frame

2008-02-16 Thread savanna3000
Hello everyone, Can anyone tell me how do I restore data in a data.frame provided by base R libraries (MASS) ? I uninstalled R then installed it again and I still see the new changes I made!!!??? (eg. whiteside$Temp=1 ==> 1 overwrote all the rows, I want the old values :( !! Please HELP! --