0

我正在尝试使用从 xlsx 包中获取的 read.xlsx 在 R 中运行一行代码。它曾经工作正常,但有些东西发生了变化,但我不确定是什么。

 df_sheet <- xlsx::read.xlsx(lane_info, sheetIndex = 1, startRow=5 ,colIndex = 1:8,as.data.frame=TRUE, header=TRUE,stringsAsFactors=FALSE) # read first sheet

错误是:

> Error in .jcall(cell, "I", "getCellType") :    method getCellType with
> signature ()I not found
4

0 回答 0