newJuliaEvaluator: Creates a new ready-to-use Julia evaluator.

View source: R/julia_evaluators.R

newJuliaEvaluatorR Documentation

Creates a new ready-to-use Julia evaluator.

Description

newJuliaEvaluator opens a new Julia evaluator and loads the required functions on it.

Usage

newJuliaEvaluator(port = NULL)

Arguments

port

An integer specifying the port to be used. Default NULL.

Details

If no port number is specified, the RJulia function chooses a port to open the evaluator.

Value

A Julia Evaluator from the XRJulia package.

Examples

## Not run: 
ev = newJuliaEvaluator()

## End(Not run)

oliviaAB/sismonr documentation built on June 25, 2022, 11:59 p.m.