Create R6 reference object class trips
     
    
    
    Methods
Inherited methods
Method new()
Initialize function for R6 trips class.
Arguments
... 
(empty, list or R6-trip classes) Nothing, a list of object R6-trip classes or one object R6-trip classes.
 
 
 
 
Method add()
Function for add a new trip in the object trips
Arguments
new_item 
(list or R6-trip classes) A list of object R6-trip classes or one object R6-trip classes.
 
 
 
 
Method clone()
The objects of this class are cloneable with this method.
Usage
trips$clone(deep = FALSE)
 
 
Arguments
deep 
Whether to make a deep clone.