powered by
IsoplotR
Opens a web-browser with a Graphical User Interface (GUI) for the IsoplotR package. This function is intended to be used from Rscript so that Rscript does not terminate and the server stays up.
daemon(port = NULL, host = "127.0.0.1", timeout = 30)
This function does not return.
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.
IP address of the virtual server
How long (in elapsed time) an operation may take before returning with a timeout error. Default: 30 seconds.
# this function runs indefinitely unless interrupted by the user. if (FALSE) daemon(3839)
Run the code above in your browser using DataLab