| ServerClassDef-class {XR} | R Documentation |
The Definition of a Server Language Class
Description
The Definition of a Server Language Class
Fields
fields,methodsnamed lists of the server language fields and methods to be exported
operatorsnamed list of the server class methods that are "operator overloading" of functions.
readOnlythe names of any fields that should be made read-only in the R class
References
Chambers, John M. (2016) Extending R, Chapman & Hall/CRC. ( Chapter 13, discussing this package, is included in the package: ../doc/Chapter_XR.pdf.)
[Package XR version 0.7.2 Index]