IsoplotR: Start the IsoplotR
GUI
Usage
IsoplotR(
host = if (daemonize) "0.0.0.0" else "127.0.0.1",
port = NULL,
timeout = Inf,
daemonize = !is.null(port)
)
Arguments
- host
IP address of the virtual server, default is 0.0.0.0
- port
Internet port of the virtual server. If not defined, a
random free port will be chosen and the browser will be opened
to show the GUI.
- timeout
How long (in wall-clock time) an operation may take
before returning with a timeout error. Default: no limit.
- daemonize
logical. If TRUE
, runs as daemon.