I have a script that processes a dataset. What I need to do is to send the data to rs cloud using API, run the script on it and return the results back. This is basically connecting a web interface such as PHP to R. is there any documentation or ideally tutorials on this topic?
You may consider using PlumbeR to create an API from your R code, but as Josh mentioned, you will need to host the API yourself (perhaps using a cloud provider like Amazon Web Services).
-Andy
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.