autowrap
tells `JuliaCall` to use automatic wrapper for julia type.
autowrap(type, fields = NULL, methods = c())
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. |