在 R 中提取商品数据时出现 "Quandl" 错误
Error in "Quandl" while pulling data for commodity in R
我正在尝试使用以下 R 函数中的代码 WSJ/SOYB_MEAL
提取伊利诺伊州中部商品豆粕的数据。我正在使用包 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."}}
如果有任何帮助,我将不胜感激。
谢谢你的期待。
我在 Quandl 工作,Newyork167 是对的。 WSJ/SOYB_MEAL
其实是删源。请改用 COM/SOYB_MEAL
:https://www.quandl.com/data/COM/SOYB_MEAL
我正在尝试使用以下 R 函数中的代码 WSJ/SOYB_MEAL
提取伊利诺伊州中部商品豆粕的数据。我正在使用包 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."}}
如果有任何帮助,我将不胜感激。
谢谢你的期待。
我在 Quandl 工作,Newyork167 是对的。 WSJ/SOYB_MEAL
其实是删源。请改用 COM/SOYB_MEAL
:https://www.quandl.com/data/COM/SOYB_MEAL