报错信息:
 openxlsx can not read .xls or .xlm files!
报错原因:
 openxlsx不支持2003版excel格式的读取。
解决方法:使用readxl包
library(readxl)
tt= read_xls("test.xls")
head(tt);dim(tt)
用法和openxlsx一致。
 
育种数据分析之放飞自我 ©著作权
报错信息:
 openxlsx can not read .xls or .xlm files!
报错原因:
 openxlsx不支持2003版excel格式的读取。
解决方法:使用readxl包
library(readxl)
tt= read_xls("test.xls")
head(tt);dim(tt)
用法和openxlsx一致。
上一篇:Jupyter网页版笔记(操作R语言的dplyr包清洗数据)
下一篇:vscode连接服务器报错: could not establish connectionto Name_sever.Connecting was canceled
 
            
        举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M