JuliaObjectFields: JuliaObject Fields.

JuliaObjectFieldsR 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.


JuliaCall documentation built on Sept. 8, 2022, 5:10 p.m.