Displaying 1 result from an estimated 1 matches for "strenger".
Did you mean:
stranger
2009 Mar 12
1
read.xls and name of worksheet
...At first I found the problem that xls2csv adds one space to the every
item in the last column.
The second problem is, that I could not found an a possibility to save
the name of the worksheet. It is shown on the screen, if I use the last
script. I see something like
Writing Sheet number 1 ('strenger') to file
'/tmp/RtmpFpSkBB/file327b23c6.csv'
The word in the single quotes is the name of the worksheet.
Therefore I tried to redirect the standard output to a file
library(gdata)
i<-1
rc<-0
while(rc != "try-error") {
log=paste("text.log",i,sep=""...