Create R6 reference object class elementarycatches
     
    
    
    Methods
Inherited methods
Method new()
Initialize function for R6 elementarycatches class.
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.