Learn R Programming

OPI (version 3.0.4)

opiInitialise_for_ImoVifa: Implementation of opiInitialise for the ImoVifa machine.

Description

This is for internal use only. Use opiInitialise() after chooseOPI("ImoVifa") to call this function.

Value

A list containing:

  • err NULL if there was no error, a string message if there is an error.

Arguments

address

A list containing:

  • port TCP port of the OPI Monitor.

  • ip IP Address of the OPI Monitor.

Details

port can take on values in the range [0, 65535].

See Also

opiInitialise()

Examples

Run this code
if (FALSE) {
chooseOpi("ImoVifa")
result <- opiInitialise(address = list(port = 50001, ip = "localhost"))
}

Run the code above in your browser using DataLab