[R] import data into R

Gabor Grothendieck ggrothendieck at gmail.com
Wed Aug 5 18:28:05 CEST 2009


read.table is used for text data, not Excel data. Suggest you
re-read the cited link.

On Wed, Aug 5, 2009 at 12:16 PM, Inchallah Yarab<inchallahyarab at yahoo.fr> wrote:
> Thank you Gabor Grothendieck for your answer !!
> i have charge the pachage but now i have this massage
>
>  read.table("c:/TOTAL.xls",h=T)
> [1] ÐÏ.à..
> <0 rows> (or 0-length row.names)
> Warning messages:
> 1: In read.table("c:/TOTAL.xls", h = T) :
>   incomplete final line found by readTableHeader on 'c:/TOTAL.xls'
> 2: In if (!header) rlabp <- FALSE :
>   the condition has length > 1 and only the first element will be used
> 3: In if (header) { :
>   the condition has length > 1 and only the first element will be used
>
>
> thank you
>
>
>
>        [[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