我正在尝试使用xlsx包将数据导出到excel中。
以下是代码和错误:
library('xlsx')
write.xlsx(data1, "data1.xlsx")
Error in .jcheck(silent = FALSE) :
Java Exception <no description because toString() failed>.jcall(row[[ir]], "Lorg/apache/poi/ss/usermodel/Cell;", "createCell", as.integer(colIndex[ic] - 1))<S4 object of class "jobjRef">
我有大约850,000行,有40个变量。处理错误的任何建议都会有所帮助。