0

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.

honey
  • 89
  • 2
  • 8

1 Answers1

1

I work at Quandl and Newyork167 is right. WSJ/SOYB_MEAL is actually a deleted source. Please do use COM/SOYB_MEAL instead: https://www.quandl.com/data/COM/SOYB_MEAL

user37317
  • 126
  • 1
  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/14640510) – user353gre3 Dec 19 '16 at 16:52
  • @BinayaRegmi This is not a llink-only answer. If the link were removed, it would still be an answer to the question. – S.L. Barth is on codidact.com Dec 19 '16 at 17:13