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