JuliaObjectFields {JuliaCall} | R Documentation |
JuliaObject Fields.
Description
Get the field names, get or set certain fields of an JuliaObject.
Usage
fields(object)
## S3 method for class 'JuliaObject'
fields(object)
field(object, name)
## S3 method for class 'JuliaObject'
field(object, name)
field(object, name) <- value
## S3 replacement method for class 'JuliaObject'
field(object, name) <- value
Arguments
object |
the JuliaObject. |
name |
a character string specifying the fields to be accessed or set. |
value |
the new value of the field of the JuliaObject. |
[Package JuliaCall version 0.17.5 Index]