object_r6: R6 object

View source: R/object_r6.R

object_r6R Documentation

R6 object

Description

Creation object R6 in relation with R6 reference object class declared in function argument

Usage

object_r6(class_name, ...)

Arguments

class_name

(character) Name of the R6 reference class.

...

(empty, list or R6 object) Leave empty if you want to initialise the object or provide one or several item to add in the class.

Value

A R6 reference object.


OB7-IRD/t3 documentation built on April 23, 2023, 7:34 p.m.