JuliaCall (version 0.16.6)

JuliaObject: Convert an R Object to Julia Object.

Description

JuliaObject converts an R object to julia object and returns a reference of the corresponding julia object.

Usage

JuliaObject(x)

Arguments

x

the R object you want to convert to julia object.

Value

an environment of class JuliaObject, which contains an id corresponding to the actual julia object.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
 ## julia_setup is quite time consuming
  a <- JuliaObject(1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace