Using the plumber package to expose services on the Azure DSVM

The plumber package is an “An API Generator for R”, written by Jeff Allen. The package makes it possible to turn any R script into a web service, and you can then call this web service from any language that can make REST calls. The Azure Data Science Virtual Machine (DSVM) is a hosted virtual machine with pre-installed data science utilities. Usually it is very easy to deploy your plumber APIs, but my first attempt at doing this on the Azure DSVM failed.

Read more