[R] how import Excel data into R?

Gabor Grothendieck ggrothendieck at gmail.com
Wed Aug 5 18:04:15 CEST 2009


See:

http://wiki.r-project.org/rwiki/doku.php?id=tips:data-io:ms_windows

On Wed, Aug 5, 2009 at 11:56 AM, Inchallah Yarab<inchallahyarab at yahoo.fr> wrote:
> Hi
>
> I want to import Excel data into R I have used this code
> data<-read.table("C:\Total_Art_Policies.xls",header=TRUE,sep=";")
> i have an error msg:
> Erreur dans file(file, "r") : impossible d'ouvrir la connexion
> De plus : Warning message:
> In file(file, "r") :
> impossible d'ouvrir le fichier 'C:\Total_Art_Policies.xls' : No such file or directory
>
> i tried to charge the package xlsreadwrite but i didn't found it?
> what i schould do someone can help me please?
>
> best regards
>
>
>
>        [[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