6 ms·
How do you deal with interoperability? You Android clients use your Shiny frontend over HTTP? Have you used rserve?
by reyan 12y ago
How do you deal with interoperability? You Android clients use your Shiny frontend over HTTP? Have you used rserve?
- JasonCEC 12y agoAll of our API's are built in R using rserve, and we share code and functions through an internal package hosted on bitbucket. You can call R functions on a server from Android and return the results in a list or array - makes for some really cool internal API magic between our devs and data-scientists :)