Re: [R] ReadWrite.xls problem

2010-12-10 Thread peter dalgaard
On Dec 8, 2010, at 15:52 , tkdweber wrote: Dear community, I have now taken my R-file from lectures and intend to use it at home, but have a problem reading the Data from the file. I have installed and loaded the Package xlsReadWrite so far. xlsReadWrite is a contributed package with

Re: [R] ReadWrite.xls problem

2010-12-10 Thread Hans-Peter Suter
Toby, haruo0409, 2010/12/8 tkdweber tkd.we...@gmail.com: This is my Error-Message in its German original: Fehler in .Call(ReadXls, file, colNames, sheet, type, from, rowNames,  :  Falsche Anzahl von Argumenten (11), erwarte 10 für ReadXls There was a wrong DLL for a short while in the old

Re: [R] ReadWrite.xls problem

2010-12-10 Thread haruo0409
Hans-Peter I have checked the 'library(xlsReadWrite)' startup message. I found that I just failed to 'xls.getshlib()'. Entering 'xls.getshlib()', read.xls() works regularly. Thank you. -- View this message in context: http://r.789695.n4.nabble.com/ReadWrite-xls-problem-tp3078348p3082108.html

Re: [R] ReadWrite.xls problem

2010-12-09 Thread haruo0409
Hello tkdweber. I'm also annoyed at same problem. I installed xlsReadWriter today and entered x - read.xls(data.xls,sheet=1) But I got Error Message: 以下にエラー .Call(ReadXls, file, colNames, sheet, type, from, rowNames, : 引数の個数(11)が不正です。10 個が ReadXls に対しては必要です (It's Japanese.Its English

[R] ReadWrite.xls problem

2010-12-08 Thread tkdweber
Dear community, I have now taken my R-file from lectures and intend to use it at home, but have a problem reading the Data from the file. I have installed and loaded the Package xlsReadWrite so far. I have also Changed directory. This is what I have entered daten=read.xls(Daten A2) This is my