api/run_usave.r

#Used to run R locally
library('plumber')
r <- plumb('api.R')
r <- plumb('api/api.R')
r$run(host="127.0.0.1", port=8000, swagger=TRUE)
eaoestergaard/UNPIE documentation built on Aug. 23, 2022, 2:28 a.m.