我正在尝试将 eviews 文件 (.wf1)R
与hexView
包一起导入。
代码:
file = readEViews(hexViewFile("eviewsr.wf1"),as.data.frame = TRUE)
错误信息:
readBin(infile, what = "raw", n = nbytes) 中的错误:只能从二进制连接中读取另外:警告消息:在 file(file, "rb") 中:file("") 仅支持 open = " w+" 和 open = "w+b":使用前者
有人有这个包的经验吗?这是文档,我应用了类似于文档示例的代码:https ://cran.r-project.org/web/packages/hexView/hexView.pdf
谢谢