library(plumber) r <- plumb("backend_example.R") # THIS WILL BE AVAILABLE AT http://8101.piterdata.ninja r$run(port=8101)