opiInitialise_for_ImoVifa | R Documentation |
This is for internal use only. Use opiInitialise()
after
chooseOPI("ImoVifa")
to call this function.
address |
A list containing:
|
port
can take on values in the range [0, 65535]
.
A list containing:
err
NULL
if there was no error, a string message if there is an error.
opiInitialise()
## Not run:
chooseOpi("ImoVifa")
result <- opiInitialise(address = list(port = 50001, ip = "localhost"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.