Learn R Programming

OPI (version 3.0.4)

opiClose_for_PicoVR: Implementation of opiClose for the PicoVR machine.

Description

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

Arguments

Value

A list containing:

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

See Also

opiClose()

Examples

Run this code
if (FALSE) {
chooseOpi("PicoVR")
opiInitialise(list(port = 50001, ip = "localhost"))
opiSetup(list(eye = "BOTH"))
result <- opiClose()
}

Run the code above in your browser using DataLab