Running this function launches a Plumber API presenting resources bundled in this package

run_api(port = 8080, host = "0.0.0.0")

Arguments

port

the port to run on, default is 8080

host

the interface to bind to, default is all 0.0.0.0