Scripting Guide > Extending JMP > Work with R > JMP to R Interfaces
发布日期: 04/13/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.

需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).