All functions

JuliaCall

JuliaCall: Seamless Integration Between R and Julia.

JuliaObject()

Convert an R Object to Julia Object.

fields() field() `field<-`()

JuliaObject Fields.

autowrap()

Use automatic wrapper for julia type.

julia_do.call() julia_call()

Call julia functions.

eng_juliacall()

Julia language engine in R Markdown

`%>J%`

Language piper for julia language.

julia_assign()

Assign a value to a name in julia.

julia_command()

Evaluate string commands in julia and (may) invoke the julia display system.

julia_console()

Open julia console.

julia_eval()

Evaluate string commands in julia and get the result back in R.

julia_exists()

Check whether a julia object with the given name exists or not.

julia_help()

Get help for a julia function.

julia_install_package() julia_installed_package() julia_install_package_if_needed() julia_update_package() julia_library()

Using julia packages.

julia_setup()

Do initial setup for the JuliaCall package.

julia_source()

Source a julia source file.

plotsViewer()

Julia plots viewer in R.