asServerObject-ANY-JuliaObject-method: Julia methods for asServerObject()

Description Usage Arguments

Description

The default method for JuliaObject is modelled on the overall default method in XR.

For arrays, the method uses the reshape() function in Julia to create a suitable multi-way array.

For "plain" lists, the method produces the Julia expression for a list or a dictionary; with other attributes, uses the .RClass form.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'ANY,JuliaObject'
asServerObject(object, prototype)

## S4 method for signature 'array,JuliaObject'
asServerObject(object, prototype)

## S4 method for signature 'list,JuliaObject'
asServerObject(object, prototype)

Arguments

object

The R object.

prototype

The proxy for a prototype of the Julia object, supplied by the evaluator.


johnmchambers/XRJulia documentation built on May 19, 2019, 5:16 p.m.