asServerObjectMethods | R Documentation |
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.
## 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)
object |
The R object. |
prototype |
The proxy for a prototype of the Julia object, supplied by the evaluator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.