Every time I enter this line
cameradata <- read.xlsx("./data/cameras.xlsx" , 1)
I get error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : java.util.zip.ZipException: invalid entry size (expected 500 but got 502 bytes)
I have tried to clear RAM but file size is 10kp
read.xlsx
is tossing an error on decompression), have you triedgdata
or the myriad of other ways to read an Excel (XLSX) file into R? Without posting a link to the Excel file, it's unlikely you'll get a concrete resolution/suggestion. – hrbrmstr