View source: R/JuliaObjectExt.R
autowrap | R Documentation |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.