from_Julia-class: Class for General Julia Composite Type Objects

from_Julia-classR 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

serverClass

the Julia type.

module

the Julia module, or ""

fields

the converted versioin of the Julia fields; these are accessed by the $ operator.


XRJulia documentation built on June 22, 2024, 10:59 a.m.