简体   繁体   English

如何将TM1服务器或TM1 REST API集成到R中

[英]How to integrate TM1 server or TM1 rest API to R

I have recently working on cognos TM1 which is a planning,budgeting and forecasting tool. 我最近正在研究cognos TM1,它是一种计划,预算和预测工具。 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? 为了增加其功能,我想将其集成到R中。有人可以提出一些建议吗? Thanks in advance!! 提前致谢!!

The only solution that I found until now, is using R with python. 到目前为止,我发现的唯一解决方案是将R与python结合使用。

There is a library called TM1py, which you can query data from tm1 to python. 有一个名为TM1py的库,您可以从tm1到python查询数据。

Then you can you PythonInR package to send this information to R. 然后,您可以将PythonInR包发送给R。

There is a way to do this direcly using httr package from R, but until now, I couldn't do it. 有一种方法可以直接使用R中的httr包来执行此操作,但是直到现在,我仍然无法做到这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM