The official website contain good exemple of apps:
https://www.opencpu.org/apps.html
The following code is used to serve a R session:
library(opencpu)
opencpu$start(port = 5936)
After this code is executed, you can use URLs to access the functions of the R session.
The result could be XML, h...