read.zoo中的错误(tmp,header = TRUE,sep =“,”):索引在数据行中有错误的条目:1 2

时间:2018-05-23 13:17:10

标签: r xts zoo line-endings

我正在使用draw_vbo函数查询alphavantage中的数据。 每当我运行独立段落

getSymbols.av

它有效。但是,当我尝试在源模式下运行整个脚本时,我收到此错误:

GOOGL <- getSymbols.av("GOOGL",auto.assign=F,return.class = "xts",adjusted=T,outputs.size="full",data.type="csv",periodicity = "weekly")
GOOG <- getSymbols.av("GOOG",auto.assign=F,return.class = "xts",adjusted=T,outputs.size="full",data.type="csv",periodicity = "weekly")
google <- rbind.xts(GOOGL["2013-05-17/2014-04-04"],GOOG["2013-05-17/2018-05-18"])
google <- google[-48,]

我打开了那个文件,它是空的。

看起来完全相同的其他任何功能都没有此错误。 通过研究这个答案,我试图变得更聪明:'Incomplete final line' warning when trying to read a .csv file into R,但我没有。

我是R的初学者,代码是发送给我的财务教授,我不希望看起来像是在挣扎。我非常感谢你能给予的任何帮助。

我的sessionInfo()是:

Error in read.zoo(tmp, header = TRUE, sep = ",") : index has bad entries at data rows: 1 2 In addition: Warning message: In read(file, ...) : incomplete final line found by readTableHeader on 'C:\Users\..\Temp

R version 3.4.3 (2017-11-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

0 个答案:

没有答案