juliaClassDef {XRJulia}R Documentation

Information about a Julia Class

Description

The Julia class definition information is computed, and converted to R.

Usage

juliaClassDef(Class, module = "", ..., .ev = RJulia())

Arguments

Class, module

Strings identifying the Julia composite type and optionally, the module containing it.

..., .ev

Don't supply these, .ev defaults to the current Julia interface evaluator.

Value

the Julia definition of the specified class, optionally from the module.


[Package XRJulia version 0.9.0.1 Index]