Learn R Programming

⚠️There's a newer version (1.1.4) of this package.Take me there.

JuliaConnectoR (version 1.1.0)

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.

Copy Link

Version

Install

install.packages('JuliaConnectoR')

Monthly Downloads

749

Version

1.1.0

License

MIT + file LICENCE

Maintainer

Stefan Lenz

Last Published

November 9th, 2021

Functions in JuliaConnectoR (1.1.0)

juliaGet

Translate a Julia proxy object to an R object
as.data.frame.JuliaProxy

Coerce a Julia Table to a Data Frame
juliaExpr

Mark a string as Julia expression
juliaImport

Load and import a Julia package via import statement
AccessMutate.JuliaProxy

Access or mutate Julia objects via proxy objects
JuliaConnectoR-package

A Functionally Oriented Interface for Integrating Julia with R
juliaCall

Call a Julia function by name
stopJulia

Stop the connection to Julia
EnvVars-JuliaConnectoR

Environment variables used by the JuliaConnectoR
juliaPut

Create a Julia proxy object from an R object
juliaLet

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

Check Julia setup
juliaEval

Evaluate a Julia expression
startJuliaServer

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

Wrap a Julia function in an R function