autowrap: 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
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.