Pulling data into R studio

MarkTheodore.Martin
edited May 1 in App Studio

I was wondering if there was a way to integrate your data into R. I am working on creating a research interface in R to get live data for fundamental metrics live price, etc and was wondering if I can attach your data to R? Specifically pulling data into R studio

Answers

  • Hello @MarkTheodore.Martin

    LSEG does not have an official support for R. There are many third party libraries which support getting the data from LSEG products like Datastream, Workspace into R. Also, the DataPlatform (RDP) is based on REST standard, so the data from it can also be consumed from the code written in R.

    More info in these previous questions.