autowrap {JuliaCall} | R 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. |
[Package JuliaCall version 0.17.5 Index]