Mrster高 发表于 2017-2-28 00:25

S-PLUS数据输入

求助:S-PLUS数据输入代码中出现如下问题提示,有没有大神帮我解释下,谢谢,感激不尽
> data=importData(file="d:\\cricis spillover\\YFDC-YH.xls",big=F)
Problem in openOrImportData(file = file, type = typ..: No such file or directory
Use traceback() to see the call stack
>  traceback()
7: eval(action, sys.parent())
6: doErrorAction("Problem in openOrImportData(file = file, type = typ..: No such file or director
y",
5: stop(attr(file.exists.p, "error"))
4: openOrImportData(file = file, type = type, rowsToRead = rowsToRead, startCol
3: importData(file = "d:\\cricis spillover\\YFDC-YH.xls", big = F)
2: eval(expression(data = importData(file = "d:\\cricis spillover\\YFDC-YH.xls",
1:
Message: Problem in openOrImportData(file = file, type = typ..: No such file or directory
>

页: [1]
查看完整版本: S-PLUS数据输入