[R] help to ... import the data from Excel

R. Michael Weylandt michael.weylandt at gmail.com
Fri Oct 14 18:37:55 CEST 2011


I can't remember the specifics right now, but when you load the
package used to provide read.xls() you probably get a long warning
message saying you need to run

xls.getshlib()

before using the package. If I remember right, this solves your problem.

Michael
On Fri, Oct 14, 2011 at 11:54 AM, Sarah_R_edu <Sarah_R_Edu at hotmail.com> wrote:
>
>
> I am tried
>
> z <- read.xls(file="C:\\Users\\user\\Desktop\\LTS.xls", colNames=FALSE,
> rowNames=FALSE)
>
>
> and the following massege is appeared:
>
> Error in .Call("ReadXls", file, colNames, sheet, type, from, rowNames,  :
>  Incorrect number of arguments (11), expecting 10 for 'ReadXls'
>
>
> My dear , Jean
>
> thanks a lot ( Flower)
>
>
>
> .....
>
>
> */My best wishes/*
>
> -----
> We are all like the bright moon, we still have our darker side
>
> --
> View this message in context: http://r.789695.n4.nabble.com/help-to-import-the-data-from-Excel-tp3893382p3905334.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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