Re: [R] Help Using Spreadsheets

2012-04-10 Thread Petr PIKAL
Hi > > You might want to re-read the "Intro to R" and the section on > dataframes. Your spreadsheet is read into R as a dataframe which is > very similar to an Excel spreadsheet. Exactly what problem are you > having with it? Is it trying to access the data? > > 2012/4/6 Pedro Henrique : > >

Re: [R] Help Using Spreadsheets

2012-04-06 Thread jim holtman
You might want to re-read the "Intro to R" and the section on dataframes. Your spreadsheet is read into R as a dataframe which is very similar to an Excel spreadsheet. Exactly what problem are you having with it? Is it trying to access the data? 2012/4/6 Pedro Henrique : > Hi, Petr, > Thanks fo

Re: [R] Help Using Spreadsheets

2012-04-06 Thread Pedro Henrique
Hi, Petr, Thanks for answering. Yes, I do read the file with the "read.xls" command but I do not know how to read it into an object. I read the R-into document chapter of objects, but I is still not clear for me how to transform this kind of data into an object. Regards, Lämarao - Origi