summaryrefslogtreecommitdiff
path: root/run.R
diff options
context:
space:
mode:
authorPrashant S2019-07-17 19:18:06 +0530
committerGitHub2019-07-17 19:18:06 +0530
commit98a99c1ba6bc7661e71db43e9918a7192a3b0b86 (patch)
tree02b415c2c3c2d90cb71ecb3de66a6041d8cb149f /run.R
parentd1335755b5c72d6c49d26248fa947dbaabbf9bb1 (diff)
parent5ca1083b17c445ee599802db8106c52a2fbadeaf (diff)
downloadR_on_Cloud_Web_API-master.tar.gz
R_on_Cloud_Web_API-master.tar.bz2
R_on_Cloud_Web_API-master.zip
Merge pull request #3 from prashantsinalkar/masterHEADmaster
added install pacakge shell script and requirement file
Diffstat (limited to 'run.R')
-rw-r--r--run.R4
1 files changed, 4 insertions, 0 deletions
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