diff options
-rw-r--r-- | run.R | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ + +library(plumber) +r <- plumb("plumber.R") # Where 'plumber.R' is the location of the file shown above +r$run(host="0.0.0.0", port=8001, swagger=TRUE)
\ No newline at end of file |