Learn R Programming

jug (version 0.1.7)

serve_it: Start serving the jug instance

Description

Start serving the jug instance

Usage

serve_it(jug, host = "127.0.0.1", port = 8080, daemonized = FALSE,
  verbose = FALSE)

Arguments

jug
the jug instance
host
the host address
port
the port to host on
daemonized
whether or not to start a daemonized server (experimental)
verbose
verbose output?