OpenCPU R REST API
A simple OpenCPU application to provide a REST API for R. To install in R:
library(opencpu)
ocpu_start_app("rwebapps/opencpu_r_api")
Use the same function locally:
library(rwebapps)
opencpu_r_api()
For more information about OpenCPU apps, see opencpu.js
See gitstats for a simple OpenCPU app.