diff options
author | prashantsinalkar | 2019-07-17 19:13:12 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-07-17 19:14:38 +0530 |
commit | 5ca1083b17c445ee599802db8106c52a2fbadeaf (patch) | |
tree | 02b415c2c3c2d90cb71ecb3de66a6041d8cb149f | |
parent | cb7179bdb376477cd6408ef84be6854efd8bfed8 (diff) | |
download | R_on_Cloud_Web_API-5ca1083b17c445ee599802db8106c52a2fbadeaf.tar.gz R_on_Cloud_Web_API-5ca1083b17c445ee599802db8106c52a2fbadeaf.tar.bz2 R_on_Cloud_Web_API-5ca1083b17c445ee599802db8106c52a2fbadeaf.zip |
added un file to execute R api
-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 |