powered by
This is for internal use only. Use opiInitialise() after chooseOPI("Display") to call this function.
opiInitialise()
chooseOPI("Display")
A list containing:
err NULL if there was no error, a string message if there is an error.
err
NULL
port TCP port of the OPI Monitor.
port
ip IP Address of the OPI Monitor.
ip
port can take on values in the range [0, 65535].
[0, 65535]
if (FALSE) { chooseOpi("Display") result <- opiInitialise(address = list(port = 50001, ip = "localhost")) }
Run the code above in your browser using DataLab