elementarycatches: R6 class elementarycatches

elementarycatchesR Documentation

R6 class elementarycatches

Description

Create R6 reference object class elementarycatches

Super class

t3::list_t3 -> elementarycatches

Methods

Public methods

Inherited methods

Method new()

Initialize function for R6 elementarycatches class.

Usage
elementarycatches$new(...)
Arguments
...

(empty, list or R6-elementarycatch classes) Nothing, a list of object R6-elementarycatch classes or one object R6-elementarycatch classes.


Method add()

Function for add a new elementarycatch in the object elementarycatches.

Usage
elementarycatches$add(new_item)
Arguments
new_item

(list or R6-elementarycatch classes) A list of object R6-elementarycatch classes or one object R6-elementarycatch classes.


Method filter_by_activity()

Function for filter elementarycatches by activity identification.

Usage
elementarycatches$filter_by_activity(activity_id)
Arguments
activity_id

(character) Activity identification.


Method clone()

The objects of this class are cloneable with this method.

Usage
elementarycatches$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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