| from_Julia-class {XRJulia} | R Documentation |
Class for General Julia Composite Type Objects
Description
The Julia side of the interface will return a general object from a composite type as an R
object of class "from_Julia. its Julia fields (converted to R objects) can be accessed by the $
operator.
Slots
serverClassthe Julia type.
modulethe Julia module, or ""
fieldsthe converted versioin of the Julia fields; these are accessed by the
$operator.
[Package XRJulia version 0.9.0.1 Index]