plumber is an R package used to create HTTP APIs from R. It uses annotations above your function definitions to define the structure of your API using existing R code.
I am thinking about building a RESTful API using the programming language R, mainly to expose my machine learning model …