I am trying to pull data for commodity Soybean Meal, Central Illinois using code WSJ/SOYB_MEAL
in the following R function . I am using package Quandl
library(Quandl)
mydata = Quandl("WSJ/SOYB_MEAL")
head(mydata)
It's giving me following error
Error: {"quandl_error":{"code":"QECx02","message":"You have submitted an incorrect Quandl code. Please check your Quandl codes and try again."}}
I would appreciate any kind if help in this regard.
Thanking you in anticipation.
I work at Quandl and Newyork167 is right.
WSJ/SOYB_MEAL
is actually a deleted source. Please do useCOM/SOYB_MEAL
instead: https://www.quandl.com/data/COM/SOYB_MEAL