Easy API to R for accessing a model 'predict' function

,

Hey all, looking around for easy ways to access, via an API, models from R (which we usually do our models in). Our Sci’s platform is all built using javascript, which is flexible but not ideal for delivering predict functions from a model :\

I found this:
https://www.rplumber.io/

https://www.rstudio.com/resources/videos/plumber-turning-your-r-code-into-an-api/

You can just add some code to your R scripts to make it accessible via the API, and then code in the API details.

Anyone used it? Seem cool? Ideas? Discussion?

1 Like