Keep getting same error for R package for Eikon - reikon, built by Ahmed - HELP

I have tried installing and reinstalling.

I have tried different version of R

I have also tried R 32 vs. 64bit

And I have tried running the package/command through R studio But I keep runing into the same error @Ahmed:

> install_github("ahmedmohamedali/eikonapir")
> library(eikonapir)
> data_frame = get_data(list("IBM", "GOOG.O", "MSFT.O"), list("TR.PriceClose", "TR.Volume", "TR.PriceLow"))
No encoding supplied: defaulting to UTF-8.
Error: parse error: premature EOF

(right here) ------^

Best Answer

  • I was not setting the app id for Eikon. The git lib for reikon explain we need to downlaod it. when downlaoded, the readme file states keys have been integrated into Windows terminal of Eikon and have no need to be downlaoded seperately. It goes on to further state that we can extract these keys from the Eikon Terminal directly - I had missed this part and had assume we did not need the Keys anymore.

Answers