[R] Xlsx and R -read problem
ashz
ashz at walla.co.il
Sat Oct 16 16:17:22 CEST 2010
Hi,
I have an excel 2007 file located in C:\know and called try.xlsx.
Whan I try to read it I get this error:
> file <- system.file("know", "try.xlsx", package = "xlsx")
> res <- read.xlsx(file, 2) # read the second sheet
Error in .jnew("java/io/FileInputStream", file) :
java.io.FileNotFoundException:
Can someone tell me what is the problem? and how to solve it.
Cheers,
Ashz
--
View this message in context: http://r.789695.n4.nabble.com/Xlsx-and-R-read-problem-tp2998304p2998304.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list