julia_init: Start Julia from R, properly initializing the R-Julia...

Description Usage Arguments Value See Also Examples

Description

Start Julia from R, properly initializing the R–Julia interface.

Usage

1
julia_init(juliahome = "")

Arguments

juliahome

the home directory of the julia installation; should rarely be needed.

Value

julia_init() returns NULL if successful, an error otherwise

See Also

r2j, j2r, julia_eval.

Examples

1
try( julia_init() ) # should work if julia is properly installed

armgong/rjulia2 documentation built on May 10, 2019, 1:41 p.m.