WSJ/SOYB_MEAL
我正在尝试使用以下 R 函数中的代码提取伊利诺伊州中部商品豆粕的数据。我正在使用包Quandl
library(Quandl)
mydata = Quandl("WSJ/SOYB_MEAL")
head(mydata)
它给了我以下错误
Error: {"quandl_error":{"code":"QECx02","message":"You have submitted an incorrect Quandl code. Please check your Quandl codes and try again."}}
如果在这方面提供帮助,我将不胜感激。
感谢你在期待。