Displaying 1 result from an estimated 1 matches for "a5_dl".
Did you mean:
_dl
2008 Mar 20
2
Importing an Excel spreadsheet
Hello
I am trying to import an *.xls spreadsheet into R. I am doing this as
follows:
> read.table(file("A5_DL.xls"))
But obtain the error:
Error in type.convert(data[[i]], as.is = as.is[i], dec = dec, na.strings
= character(0)) :
invalid multibyte string at '?????'
So I copied it all over to a text document and tried to import that, thus:
> read.table("A5.txt")
The error I g...