Learn R Programming

JuliaConnectoR (version 1.1.4)

A Functionally Oriented Interface for Integrating 'Julia' with R

Description

Allows to import functions and whole packages from 'Julia' in R. Imported 'Julia' functions can directly be called as R functions. Data structures can be translated between 'Julia' and R. More details can also be found in the corresponding article .

Copy Link

Version

Install

install.packages('JuliaConnectoR')

Monthly Downloads

708

Version

1.1.4

License

MIT + file LICENCE

Maintainer

Stefan Lenz

Last Published

October 8th, 2024

Functions in JuliaConnectoR (1.1.4)

juliaEval

Evaluate a Julia expression
Julia-Setup

Julia setup
juliaCall

Call a Julia function by name
juliaGet

Translate a Julia proxy object to an R object
EnvVars-JuliaConnectoR

Environment variables used by the JuliaConnectoR
juliaExpr

Mark a string as Julia expression
startJuliaServer

Start a Julia server that may serve multiple clients (R processes)
juliaImport

Load and import a Julia package via import statement
as.data.frame.JuliaProxy

Coerce a Julia Table to a Data Frame
juliaFun

Wrap a Julia function in an R function
AccessMutate.JuliaProxy

Access or mutate Julia objects via proxy objects
JuliaConnectoR-package

A Functionally Oriented Interface for Integrating Julia with R
juliaPut

Create a Julia proxy object from an R object
stopJulia

Stop the connection to Julia
juliaSetupOk

Check Julia setup
juliaLet

Evaluate Julia code in a let block using values of R variables