[R] Reading data from Excel file in r

jim holtman jholtman at gmail.com
Mon Nov 4 15:01:14 CET 2013


Take a look at the "XLConnect" package.  I use it for all the
reading/writing for Excel files.

Jim Holtman
Data Munger Guru

What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.


On Mon, Nov 4, 2013 at 8:47 AM, Baro <babakbsn at gmail.com> wrote:
> Hi experts,
>
> I want to read data from an excel data  like this:
>
>  for the fifth column, from first row until 140 but only 1,3,5,7,.....139
> (only 70 values),
>
> How can I do it in R?
>
> thanks
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org 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.



More information about the R-help mailing list