JuliaCall (version 0.16.6)

julia_assign: Assign a value to a name in julia.

Description

julia_assign assigns a value to a name in julia with automatic type conversion.

Usage

julia_assign(x, value)

Arguments

x

a variable name, given as a character string.

value

a value to be assigned to x, note that R value will be converted to corresponding julia value automatically.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
 ## julia_setup is quite time consuming
  julia_assign("x", 2)
  julia_assign("rsqrt", sqrt)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab