For the latest version of JMP Help, visit JMP.com/help.


Scripting Guide > Extending JMP > Work with R > JMP to R Interfaces
Publication date: 11/29/2021

JMP to R Interfaces

The following JMP interfaces are provided to access R. The basic execution model is to first initialize the R connection, perform the required R operations, and then terminate the R connection. In most cases, these functions return 0 if the R operation was successful, or an error code if it was not. If the R operation is not successful, a message is written to the log. The single exception to this is R Get(), which returns a value.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).