Hi, I'm trying to use the xlsx package for an online class I'm taking. I have installed the package using rstudio's install package, and it seemed successful. I have checked that I can see java from R and that I have no javahome set.
When I try to use read.xlsx I get this error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.util.zip.ZipException: invalid literal/lengths set
I've tried a few different ways to use read.xlsx, but always get this error.
I have only used R for a month in this class, and I'm not extremely familiar with installing things manually - for example, before I found I could install from Rstudio, I was running all over the web trying to figure out which file to download and where to save it to, to no avail.
So if you have any ideas, try to use small words!!
thanks