elementarywellplans: R6 class elementarywellplans

elementarywellplansR Documentation

R6 class elementarywellplans

Description

Create R6 reference object class elementarywellplans

Super class

t3::list_t3 -> elementarywellplans

Methods

Public methods

Inherited methods

Method new()

Initialize function for R6 elementarywellplans class.

Usage
elementarywellplans$new(...)
Arguments
...

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


Method add()

Function for add a new elementarywellplan in the object elementarywellplans.

Usage
elementarywellplans$add(new_item)
Arguments
new_item

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


Method filter_by_trip()

Function for filter elementarywellplans by trip identification.

Usage
elementarywellplans$filter_by_trip(trip_id)
Arguments
trip_id

(character) Trip identification.


Method clone()

The objects of this class are cloneable with this method.

Usage
elementarywellplans$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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