autowrap: Use automatic wrapper for julia type.

View source: R/JuliaObjectExt.R

autowrapR Documentation

Use automatic wrapper for julia type.

Description

autowrap tells 'JuliaCall' to use automatic wrapper for julia type.

Usage

autowrap(type, fields = NULL, methods = c())

Arguments

type

the julia type to wrap.

fields

names of fields to be included in the wrapper. If the value is NULL, then every julia fields will be included in the wrapper.

methods

names of methods to be overloaded for the wrapper.


JuliaCall documentation built on Sept. 8, 2022, 5:10 p.m.