R Shiny/ Restful Api Communication

后端 未结 1 1882
执念已碎
执念已碎 2020-12-24 12:51

I have a shiny app that takes an input file in Json Runs it through a classifier and returns a classified Json object. I want the app to be able to communicate with an API.

1条回答
  •  星月不相逢
    2020-12-24 13:14

    If you do not have to use Shiny, you can use openCPU. OpenCPU provides each of your R packages as REST service automatically. I work with OpenCPU and it works fine! It is the easiest way to use R from another program.

    0 讨论(0)
提交回复
热议问题