Is shiny the best option to send data to R just for analysis from an existing webinterface ?

Hi,
I have a webinterface to retrive data from a database and plot the results using D3.js. For some of the data I want the interface to send the data to R for analysis. I figured out how to do that with shiny. But I don't need to create an UI and inputs in shiny as they already exist in my interface. So in that case is shiny still my best option to comunicate between my interface and R ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.