inst/template/plumber.R

library(plumber)

# replace filename
r <- plumb("main.R")

# replace host and port
r$run(host = "0.0.0.0", port = 8899)
tmasjc/rConsulKV documentation built on May 15, 2019, 12:47 p.m.