Once you've written R code you like, you may want to have others use it, like passing their data to your trained ML model. Creating an API around your work is a great way to do this, and the R package plumber has everything you need to do so.
In this talk, we'll go through:
The basics of developing an API in R
How to use Saturn Cloud Deployments to host your API so it's continuously running & anyone can use it
Strategies, philosophies, and best practices for creating APIs in R
Link to slides: https://saturncloud.io/presentations/...
Run a plumber app in Saturn Cloud here: https://saturncloud.io/docs/examples/...