From 5ca1083b17c445ee599802db8106c52a2fbadeaf Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Wed, 17 Jul 2019 19:13:12 +0530 Subject: added un file to execute R api --- run.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run.R diff --git a/run.R b/run.R new file mode 100644 index 0000000..6733c2e --- /dev/null +++ b/run.R @@ -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 -- cgit