我正在尝试将 excel 工作表导入 r。我使用了以下代码:
x <- loadWorkbook("x.xlsx")
b <- readWorksheet(x, sheet="b")
第一行工作正常,但是,运行第二行会出现以下错误:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘readWorksheet’ for signature ‘"jobjRef", "character"’
我在该表中没有缺失值。
出于复制目的,请trial.xlsx
从https://github.com/ahmedfsalhin/1stpaper下载。
系统信息:优胜美地操作系统。