0

I have recently working on cognos TM1 which is a planning,budgeting and forecasting tool. But limited with statistical calculations. To add on to its capability I want to integrate it to R. Can anyone give some head-outs about it? Thanks in advance!!

1 Answers1

0

The only solution that I found until now, is using R with python.

There is a library called TM1py, which you can query data from tm1 to python.

Then you can you PythonInR package to send this information to R.

There is a way to do this direcly using httr package from R, but until now, I couldn't do it.

Cesar
  • 575
  • 3
  • 16